207549bf17
platforms. Removed unnecessary union in pointers. git-svn-id: http://picoc.googlecode.com/svn/trunk@203 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 }
|
|
};
|
|
|