getuid.c at [956afb5655]

File getuid.c artifact 721d47a38b part of check-in 956afb5655


#include "getuid.h"

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