Fixed text file permissions
[snark14.git] / tools / Input / misc.h
1 /** @file misc.h
2     @package snark14Input
3     @author Bruno M. Carvalho and Deniz Sarioz
4     licensed under (open-source) QPL v1.0
5     which accompanies this distribution in the file QPL
6 */
7
8 #include <ctype.h>
9 #include <math.h>
10
11 float strtof(const char *str);
12 int strtoi(const char *str);
13 int stolower(char c);
14 int isintspace(const char *str);
15 int isformatline(const char *str);