blob: c4a148dd71048a0fb89eb24ea4527976702110c2 [file] [log] [blame]
#define _GNU_SOURCE
#include <sched.h>
int main(void)
{
return sched_getcpu();
}