libsysutils

view include/sysinfo.h @ 0:a8277d8f687a

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 19 Feb 2015 01:33:54 +0200
parents
children
line source
1 #ifndef LIBSYSUTILS_SYSINFO_H_
2 #define LIBSYSUTILS_SYSINFO_H_
4 int sysu_get_num_processors(void);
6 #endif /* LIBSYSUTILS_SYSINFO_H_ */