1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/games/hangman
deraadt df69c215c7 When system calls indicate an error they return -1, not some arbitrary
value < 0.  errno is only updated in this case.  Change all (most?)
callers of syscalls to follow this better, and let's see if this strictness
helps us in the future.
2019-06-28 13:32:41 +00:00
..
endgame.c More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
extern.c Include only needed header files per each source file 2015-12-31 15:20:36 +00:00
getguess.c More cleanup and sorting on header section 2016-01-04 17:33:24 +00:00
getword.c KNF: Break an overlong line. No binary change. 2016-09-11 09:32:47 +00:00
hangman.6 By popular demand, allow any ELF file to be passed to -d as a word list, in 2015-02-07 01:37:30 +00:00
hangman.h Include only needed header files per each source file 2015-12-31 15:20:36 +00:00
ksyms.c When system calls indicate an error they return -1, not some arbitrary 2019-06-28 13:32:41 +00:00
main.c Add back undocumented -h switch defaulting to usage(). 2016-02-28 06:24:06 +00:00
Makefile
pathnames.h
playgame.c Include only needed header files per each source file 2015-12-31 15:20:36 +00:00
prdata.c Include only needed header files per each source file 2015-12-31 15:20:36 +00:00
prman.c Include only needed header files per each source file 2015-12-31 15:20:36 +00:00
prword.c Include only needed header files per each source file 2015-12-31 15:20:36 +00:00
setup.c Include only needed header files per each source file 2015-12-31 15:20:36 +00:00