ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/tools.c
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/tools.c (file contents):
Revision 1.61 by tdb, Sat Nov 6 23:54:12 2004 UTC vs.
Revision 1.62 by ats, Sun Nov 7 12:34:24 2004 UTC

# Line 294 | Line 294 | char *sg_get_string_match(char *line, regmatch_t *matc
294          return match_string;
295   }
296  
297 < /* FIXME do Linux and Cygwin always have atoll? */
297 > /* Cygwin (without a recent newlib) doesn't have atoll */
298   #ifndef HAVE_ATOLL
299   static long long atoll(const char *s) {
300          long long value = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines