mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:32:44 +00:00 
			
		
		
		
	 b2316701a8
			
		
	
	
		b2316701a8
		
	
	
	
	
		
			
			Problem: - C functions with no arguments require a single `void` in the argument list. Solution: - Put the `void` in the argument list of functions in C header files.
		
			
				
	
	
	
	
		
			498 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			498 B
		
	
	
	
	
	
	
	
Name
geteuid, getegid - get effective user / group id
Synopsis
#include <unistd.h>
uid_t geteuid(void);
gid_t getegid(void);
Description
Returns the effective user or group id.