getuid.c at [2ae4c0df0a]

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


#include "getuid.h"

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