lib/iec_std_lib.h
changeset 107 ff5c92df0c78
parent 66 501e9d494744
child 114 28cf5bddeb9f
equal deleted inserted replaced
106:0fff950e578e 107:ff5c92df0c78
       
     1 /*
       
     2  * (c) 2008 Edouard TISSERANT
       
     3  *
       
     4  * Offered to the public under the terms of the GNU Lesser General Public
       
     5  * License as published by the Free Software Foundation; either version 2
       
     6  * of the License, or (at your option) any later version.
       
     7  *
       
     8  * This program is distributed in the hope that it will be useful, but
       
     9  * WITHOUT ANY WARRANTY; without even the implied warranty of
       
    10  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser
       
    11  * General Public License for more details.
       
    12  *
       
    13  * This code is made available on the understanding that it will not be
       
    14  * used in safety-critical situations without a full and competent review.
       
    15  */
       
    16 
     1 /****
    17 /****
     2  * IEC 61131-3 standard function lib
    18  * IEC 61131-3 standard function library
     3  */
    19  */
     4 
    20 
     5 #include <limits.h>
    21 #include <limits.h>
     6 #include <float.h>
    22 #include <float.h>
     7 #include <math.h>
    23 #include <math.h>