getuid.c at [e1a8ff771d]

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


#include "getuid.h"

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