Files
pcas/src/libCom/test/osiTimeTestMain.c
W. Eric Norum 46dff5ec2b Break osiTimeTest into two parts like the other tests.
Build IOC version of osiTimeTest.
2000-02-26 17:55:40 +00:00

9 lines
106 B
C

#include <stdio.h>
int osiTimeTest (void);
int main (int argc, char **argv)
{
return osiTimeTest ();
}