picoc/library_unix.c
2009-04-20 00:56:17 +00:00

13 lines
185 B
C

#include "picoc.h"
void PlatformLibraryInit()
{
}
/* list of all library functions and their prototypes */
struct LibraryFunction PlatformLibrary[] =
{
{ NULL, NULL }
};