libsysutils

annotate 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
rev   line source
nuclear@0 1 #ifndef LIBSYSUTILS_SYSINFO_H_
nuclear@0 2 #define LIBSYSUTILS_SYSINFO_H_
nuclear@0 3
nuclear@0 4 int sysu_get_num_processors(void);
nuclear@0 5
nuclear@0 6 #endif /* LIBSYSUTILS_SYSINFO_H_ */