Eric Andersen c1fe19d4c1 Bug ugly formatting update 25 éve
..
.indent.pro c1fe19d4c1 Bug ugly formatting update 25 éve
Makefile c1fe19d4c1 Bug ugly formatting update 25 éve
README 64bc641218 Initial revision 26 éve
asc_conv.c c1fe19d4c1 Bug ugly formatting update 25 éve
asctime.c c1fe19d4c1 Bug ugly formatting update 25 éve
asctime_r.c c1fe19d4c1 Bug ugly formatting update 25 éve
ctime.c c1fe19d4c1 Bug ugly formatting update 25 éve
ctime_r.c c1fe19d4c1 Bug ugly formatting update 25 éve
gmtime.c c1fe19d4c1 Bug ugly formatting update 25 éve
gmtime_r.c c1fe19d4c1 Bug ugly formatting update 25 éve
localtime.c c1fe19d4c1 Bug ugly formatting update 25 éve
localtime_r.c c1fe19d4c1 Bug ugly formatting update 25 éve
mktime.c c1fe19d4c1 Bug ugly formatting update 25 éve
tm_conv.c c1fe19d4c1 Bug ugly formatting update 25 éve

README

Copyright (C) 1996 Robert de Bath
This file is part of the Linux-8086 C library and is distributed
under the GNU Library General Public License.

There are two ways of converting the time_t to a struct tm, I'm not
quite sure which is better.

-Robert