• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ConfigH A D29-Oct-201340 21

MakefileH A D03-May-2022396 167

READMEH A D29-Oct-2013283 96

asc_conv.cH A D29-Oct-20131.1 KiB5036

asctime.cH A D29-Oct-2013212 1611

ctime.cH A D29-Oct-2013373 2717

gmtime.cH A D29-Oct-2013174 1610

localtime.cH A D29-Oct-2013312 2314

tm_conv.cH A D29-Oct-20132.7 KiB139104

README

1Copyright (C) 1996 Robert de Bath <robert@mayday.compulink.co.uk>
2This file is part of the Linux-8086 C library and is distributed
3under the GNU Library General Public License.
4
5There are two ways of converting the time_t to a struct tm, I'm not
6quite sure which is better.
7
8-Robert
9