stage4/generate_cc/test_iec_std_lib.c
author etisserant
Fri, 06 Jul 2007 17:42:39 +0200
changeset 36 4d7fd441fbc3
permissions -rw-r--r--
Early implementation of STD library.
36
4d7fd441fbc3 Early implementation of STD library.
etisserant
parents:
diff changeset
     1
#include "stdio.h"
4d7fd441fbc3 Early implementation of STD library.
etisserant
parents:
diff changeset
     2
4d7fd441fbc3 Early implementation of STD library.
etisserant
parents:
diff changeset
     3
#include "iec_std_lib.h"
4d7fd441fbc3 Early implementation of STD library.
etisserant
parents:
diff changeset
     4
4d7fd441fbc3 Early implementation of STD library.
etisserant
parents:
diff changeset
     5
int main(int argc,char **argv)
4d7fd441fbc3 Early implementation of STD library.
etisserant
parents:
diff changeset
     6
{
4d7fd441fbc3 Early implementation of STD library.
etisserant
parents:
diff changeset
     7
        return 0;
4d7fd441fbc3 Early implementation of STD library.
etisserant
parents:
diff changeset
     8
}