lib/test_iec_std_lib.c
author laurent
Sat, 12 Dec 2009 20:41:32 +0100
changeset 233 3d23a68183d3
parent 41 8998c8b24b60
child 279 c0453b7f99df
permissions -rw-r--r--
Bug on standard functions called with literals fixed
Checking that number of parameters in function call doesn't exceed the maximum

#include "iec_std_lib.h"

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