lib/test_iec_std_lib.c
author Mario de Sousa <msousa@fe.up.pt>
Mon, 04 Apr 2011 15:22:42 +0100
changeset 275 af3d0e3ac65d
parent 41 8998c8b24b60
child 279 c0453b7f99df
permissions -rwxr-xr-x
Leave standard function names hardcoded, as these are considered keywords even though
they may not be implemented in the library.

#include "iec_std_lib.h"

int main(int argc,char **argv)
{
        return 0;
}