getuid.c at [730308bffd]

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


#include "getuid.h"

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