getuid.c at [476bfb745f]

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


#include "getuid.h"

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