File: sysview.h

package info (click to toggle)
gtop 0.28.1-5
  • links: PTS
  • area: main
  • in suites: slink
  • size: 1,324 kB
  • ctags: 890
  • sloc: ansic: 6,141; sh: 4,766; cpp: 355; makefile: 281; sed: 93
file content (9 lines) | stat: -rw-r--r-- 107 bytes parent folder | download
1
2
3
4
5
6
7
8
9

#ifndef __SYSVIEW_H__
#define __SYSVIEW_H__

#include "global.h"

void *addSystemView ();
        
#endif