First bunch of fixes to SysInfo-Unix, now it works - barely

This commit is contained in:
Berke Viktor
2012-10-21 09:56:09 +02:00
parent 62c9375bc9
commit 3d01c78248
4 changed files with 601 additions and 535 deletions

View File

@@ -25,4 +25,7 @@
#define bsize 1024
#define delims ":="
int sysinfo_get_percentages ();
void sysinfo_get_pciids (char *dest);
#endif