This website requires JavaScript.
Explore
Help
Sign In
oneechanhax
/
phunix
Watch
1
Star
0
Fork
0
You've already forked phunix
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
phunix
/
lib
/
stdio
History
Ben Gras
6c7004423d
Fix for %#02x bug (shouldn't print 0x, but junk was printed) found by
...
Joren l'Ami. Also fixes %p when arg is 0 (printed 0 instead of 0x0).
2006-07-21 10:08:47 +00:00
..
clearerr.c
…
data.c
…
doprnt.c
Fix for %#02x bug (shouldn't print 0x, but junk was printed) found by
2006-07-21 10:08:47 +00:00
doscan.c
…
ecvt.c
…
fclose.c
…
feof.c
…
ferror.c
…
fflush.c
. use proper S_ISFIFO for ISFIFO check
2006-02-02 16:59:07 +00:00
fgetc.c
…
fgetpos.c
…
fgets.c
…
fileno.c
…
fillbuf.c
…
flushbuf.c
…
fopen.c
. use proper S_ISFIFO for ISFIFO check
2006-02-02 16:59:07 +00:00
fprintf.c
…
fputc.c
…
fputs.c
…
fread.c
…
freopen.c
. use proper S_ISFIFO for ISFIFO check
2006-02-02 16:59:07 +00:00
fscanf.c
…
fseek.c
…
fsetpos.c
…
ftell.c
…
fwrite.c
…
getc.c
…
getchar.c
…
gets.c
…
icompute.c
…
loc_incl.h
…
Makefile.in
Joren's new library make system (minus Makefiles)
2006-01-16 15:44:55 +00:00
mktemp.c
…
perror.c
…
printf.c
…
putc.c
…
putchar.c
…
puts.c
…
remove.c
…
rewind.c
…
scanf.c
…
setbuf.c
…
setvbuf.c
…
sprintf.c
…
sscanf.c
…
tmpfile.c
…
tmpnam.c
…
ungetc.c
…
vfprintf.c
…
vprintf.c
…
vscanf.c
…
vsprintf.c
…
vsscanf.c
…