util.c
changeset 23 13f03e604c8a
parent 20 0ce7093df25f
child 25 1ce483608721
equal deleted inserted replaced
22:1a1bc121fe90 23:13f03e604c8a
       
     1 
       
     2 /* Copyright 2009 Myhailo Danylenko
       
     3 
       
     4 This code is free software: you can redistribute it and/or modify
       
     5 it under the terms of the GNU General Public License as published by
       
     6 the Free Software Foundation, either version 2 of the License, or
       
     7 (at your option) any later version.
       
     8 
       
     9 This program is distributed in the hope that it will be useful,
       
    10 but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    12 GNU General Public License for more details.
       
    13 
       
    14 You should have received a copy of the GNU General Public License
       
    15 along with this program.  If not, see <http://www.gnu.org/licenses/>. */
     1 
    16 
     2 #include <strings.h>
    17 #include <strings.h>
     3 #include <lua.h>
    18 #include <lua.h>
     4 #include <lauxlib.h>
    19 #include <lauxlib.h>
     5 
    20