getuid.c at [3a41ad49f2]

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


#include "getuid.h"

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