lib/test_iec_std_lib.c
author Edouard Tisserant
Mon, 04 Apr 2011 17:13:03 +0200
changeset 271 4f281513277f
parent 41 8998c8b24b60
child 279 c0453b7f99df
permissions -rwxr-xr-x
Fixes to make handling of standard functions in Semantic analyser compatible with code generation of standard functions

#include "iec_std_lib.h"

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