lib/test_iec_std_lib.c
author laurent
Mon, 21 Sep 2009 12:02:14 +0200
changeset 209 30cbae46190d
parent 41 8998c8b24b60
child 279 c0453b7f99df
permissions -rw-r--r--
Remove -pedantic flag to CFLAGS to allow unsigned long long to be compiled

#include "iec_std_lib.h"

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