#include "sys/types.h" #include #include "stddef.h" struct group * getgrnam(const char * name) { (void)name; return NULL; } /* POSIX(1) */