getuid.c at [683cf7201d]

File getuid.c artifact 721d47a38b part of check-in 683cf7201d


#include "getuid.h"

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