getuid.c

File getuid.c from the latest check-in


#include "getuid.h"

uid_t getuid(void) {
	return(0);
}