added: Date structure -- represents year, month, day, hour, min, sec

with O(1) algorithm for converting from time_t (seconds from Unix epoch)


git-svn-id: svn://ttmath.org/publicrep/pikotools/trunk@405 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-05-05 15:08:04 +00:00
parent 19da401bb0
commit 3280568594
12 changed files with 734 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
# DO NOT DELETE
space.o: space.h ../utf8/utf8.h
spaceparser.o: spaceparser.h space.h ../utf8/utf8.h
# DO NOT DELETE
space.o: space.h ../utf8/utf8.h
spaceparser.o: spaceparser.h space.h ../utf8/utf8.h

View File

@@ -1 +1 @@
o = space.o spaceparser.o
o = space.o spaceparser.o