getuid.c at [365b6c155e]

File getuid.c artifact 721d47a38b part of check-in 365b6c155e


#include "getuid.h"

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