getuid.c at trunk

File getuid.c artifact 721d47a38b on branch trunk


#include "getuid.h"

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