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.6 by tdb, Sun Aug 24 20:24:09 2003 UTC vs.
Revision 1.7 by ats, Sun Oct 19 00:09:22 2003 UTC

# Line 28 | Line 28
28   #include <sys/types.h>
29   #include <regex.h>
30  
31 + #include "tools.h"
32 +
33   char *f_read_line(FILE *f, const char *string){
34          /* Max line length. 8k should be more than enough */
35          static char line[8192];
# Line 50 | Line 52 | char *get_string_match(char *line, regmatch_t *match){
52  
53          return match_string;
54   }
55 +
56   #ifdef HAVE_ATOLL
57   long long get_ll_match(char *line, regmatch_t *match){
58          char *ptr;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines