#include int main() { pthread_attr_t attr; pthread_attr_init(&attr); return pthread_attr_get_np(pthread_self(), &attr); }