#include "sys/types.h" #include #include "stddef.h" struct group * getgrgid(gid_t gid) { (void)gid; return NULL; } /* POSIX(1) */