]> pd.if.org Git - pdclib/commit
time.h stubs.
authorMartin Baute <solar@rootdirectory.de>
Sun, 27 Mar 2016 11:48:56 +0000 (13:48 +0200)
committerMartin Baute <solar@rootdirectory.de>
Sun, 27 Mar 2016 11:48:56 +0000 (13:48 +0200)
commit18dee35aba1ae0fcdecb0cd11d4f3c1a0d94b51e
tree85755df8cd2eaf64156c63ed837c3c34cd41910a
parent2b10f10cde517fede45e620a0c3a7948d90afd7b
time.h stubs.
functions/time/asctime.c [new file with mode: 0644]
functions/time/clock.c [new file with mode: 0644]
functions/time/ctime.c [new file with mode: 0644]
functions/time/difftime.c [new file with mode: 0644]
functions/time/gmtime.c [new file with mode: 0644]
functions/time/localtime.c [new file with mode: 0644]
functions/time/mktime.c [new file with mode: 0644]
functions/time/strftime.c [new file with mode: 0644]
functions/time/time.c [new file with mode: 0644]
functions/time/timespec.c [new file with mode: 0644]
includes/time.h [new file with mode: 0644]