#include #include "stddef.h" struct passwd * getpwent(void) { return NULL; } /* XOPEN(400) */