bd9cb90e02
Removed some annoying debug. Made it easier to compile unmodified on non-UNIX systems. git-svn-id: http://picoc.googlecode.com/svn/trunk@274 21eae674-98b7-11dd-bd71-f92a316d2d60
13 lines
185 B
C
13 lines
185 B
C
#include "picoc.h"
|
|
|
|
void PlatformLibraryInit()
|
|
{
|
|
}
|
|
|
|
/* list of all library functions and their prototypes */
|
|
struct LibraryFunction PlatformLibrary[] =
|
|
{
|
|
{ NULL, NULL }
|
|
};
|
|
|