targets/plc_main_head.c
changeset 1391 f6818bb5e292
parent 1001 3f966bbb3fba
child 1392 7d295f013061
equal deleted inserted replaced
1390:0f4d32a033e0 1391:f6818bb5e292
     1 /**
     1 /**
     2  * Head of code common to all C targets
     2  * Head of code common to all C targets
     3  **/
     3  **/
     4 
     4 
     5 #include "beremiz.h"
     5 #include "beremiz.h"
       
     6 #include <string.h>
     6 /*
     7 /*
     7  * Prototypes of functions provided by generated C softPLC
     8  * Prototypes of functions provided by generated C softPLC
     8  **/
     9  **/
     9 void config_run__(unsigned long tick);
    10 void config_run__(unsigned long tick);
    10 void config_init__(void);
    11 void config_init__(void);