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

Comparing projects/cms/source/ihost/libstatgrab/memory_stats.c (file contents):
Revision 1.2 by pajs, Thu May 16 10:34:23 2002 UTC vs.
Revision 1.3 by tdb, Thu May 16 15:25:45 2002 UTC

# Line 11 | Line 11
11   #include <sys/sysctl.h>
12   #include <unistd.h>
13   #endif
14 < #include <ukcprog.h>
14 > #include "ukcprog.h"
15  
16   char *get_memory_stats(){
17          long total=0;
# Line 156 | Line 156 | char *get_memory_stats(){
156                  return NULL;
157          }
158          return xml_memory_stats;
159 }
160
161 int main(){
162        printf("%s\n", get_memory_stats());
163        exit(0);
159   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines