getuid.c at [b83e2d07b5]

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


#include "getuid.h"

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