aboutsummaryrefslogtreecommitdiff
path: root/src/status.h
blob: a69521a12dfe9376e17a639a91e6c00ccd63671c (plain)
1
2
3
4
5
6
7
#ifndef STATUS_H
#define STATUS_H 1

char *
get_system_stat(size_t *siz);

#endif