#define _GNU_SOURCE #include int main() { setgrent(); endgrent(); return 0; }