lib/test_iec_std_lib.c
author Mario de Sousa <msousa@fe.up.pt>
Mon, 04 Apr 2011 10:42:03 +0100
changeset 267 0a1204bcc9af
parent 41 8998c8b24b60
child 279 c0453b7f99df
permissions -rwxr-xr-x
starting to add proper header file with declaration of standard functions

#include "iec_std_lib.h"

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