getuid.c at [7ca32347ad]

File getuid.c artifact 721d47a38b part of check-in 7ca32347ad


#include "getuid.h"

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