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 }
|
||
|
};
|
||
|
|