X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Ftime%2Ftimespec.c;fp=functions%2Ftime%2Ftimespec.c;h=0000000000000000000000000000000000000000;hp=7ebe547dbf53c9f0ece94e9d249ac86ef027908d;hb=93e46d21f99880a1d847369ea68edf3a3a44b989;hpb=686f7a4b4a7e154990831d13e0431190c60a335d diff --git a/functions/time/timespec.c b/functions/time/timespec.c deleted file mode 100644 index 7ebe547..0000000 --- a/functions/time/timespec.c +++ /dev/null @@ -1,28 +0,0 @@ -/* timespec_get( struct timespec *, int ) - - This file is part of the Public Domain C Library (PDCLib). - Permission is granted to use, modify, and / or redistribute at will. -*/ - -#include - -#ifndef REGTEST - -int timespec_get( struct timespec * ts, int base ) -{ - return 0; -} - -#endif - -#ifdef TEST - -#include "_PDCLIB_test.h" - -int main( void ) -{ - TESTCASE( NO_TESTDRIVER ); - return TEST_RESULTS; -} - -#endif