getuid.c at [5e72879d0d]

File getuid.c artifact 721d47a38b part of check-in 5e72879d0d


#include "getuid.h"

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