| # | 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 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |