#ifndef H_ED_UTILITIES_20070121165150 #define H_ED_UTILITIES_20070121165150 #ifdef __cplusplus extern "C" { #endif /* * Utilities.h * Intender * * Created by Lucas on 20/01/2007. * Distributed under the GNU General Public Licence * */ #include int fclean (char*s, FILE *fp); /* -ed- deplace const' */ char *strFromStrings (char *str1, char const* str2); char *readFromFile (const char *path); unsigned int writeToFile (const char *path, const char *data); #ifdef __cplusplus } #endif #endif /* guard */ /* Guards added by GUARD (c) ED 2000-2005 Jan 17 2005 Ver. 1.7 */