2009-03-15 03:07:21 -04:00
|
|
|
#include "picoc.h"
|
|
|
|
|
|
|
|
void PlatformLibraryInit()
|
|
|
|
{
|
2009-04-08 08:00:45 -04:00
|
|
|
}
|
|
|
|
|
2009-03-15 03:07:21 -04:00
|
|
|
/* list of all library functions and their prototypes */
|
|
|
|
struct LibraryFunction PlatformLibrary[] =
|
|
|
|
{
|
|
|
|
{ NULL, NULL }
|
|
|
|
};
|
|
|
|
|