Rev 8160 | Rev 8195 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 8160 | Rev 8177 | ||
---|---|---|---|
Line 220... | Line 220... | ||
220 | #define myisspace(x) ((x)==' ' || (x)=='\t' || (x)=='\n' || (x)=='\r') |
220 | #define myisspace(x) ((x)==' ' || (x)=='\t' || (x)=='\n' || (x)=='\r') |
221 | 221 | ||
222 | /*ou |
222 | /*ou |
223 | inline int myisdigit(char x) { return x>='0' && x<='9'; } |
223 | inline int myisdigit(char x) { return x>='0' && x<='9'; } |
224 | */ |
224 | */ |
- | 225 | ||
- | 226 | #ifndef isfinite |
|
- | 227 | # define isfinite(x) (finite(x)) |
|
- | 228 | #endif |