getuid.c at [2a5fa5bf86]

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


#include "getuid.h"

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