lib/test_iec_std_lib.c
author etisserant
Tue, 23 Dec 2008 13:21:19 +0100
changeset 161 a27957e13d42
parent 41 8998c8b24b60
child 279 c0453b7f99df
permissions -rw-r--r--
STRING max size and length type can now be overloaded (define STR_MAX_LEN and STR_LEN_TYPE before including iec_types.h)

#include "iec_std_lib.h"

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