getuid.c at [cb9ab48b6d]

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


#include "getuid.h"

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