getuid.c at [94846894fd]

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


#include "getuid.h"

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