absyntax_utils/get_function_type_decl.c
changeset 199 b075f28ec081
parent 181 38d6eb056260
child 265 4d222f46f8cc
equal deleted inserted replaced
198:f68ef6f05e17 199:b075f28ec081
    24 
    24 
    25 /****
    25 /****
    26  * IEC 61131-3 standard function library
    26  * IEC 61131-3 standard function library
    27  * generated code, do not edit by hand
    27  * generated code, do not edit by hand
    28  */
    28  */
    29 
    29  
    30 
    30  
    31 function_type_t get_function_type(identifier_c *function_name) {
    31 function_type_t get_function_type(identifier_c *function_name) {
    32 
    32 
    33 if (!strcasecmp(function_name->value, "REAL_TO_SINT"))
    33 if (!strcasecmp(function_name->value, "REAL_TO_SINT"))
    34     return function_real_to_sint;
    34     return function_real_to_sint;
    35 
    35