mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:02:43 +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.
		
			
				
	
	
	
	
		
			487 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			487 B
		
	
	
	
	
	
	
	
Name
getuid, getgid - get real user / group id
Synopsis
#include <unistd.h>
uid_t getuid(void);
gid_t getgid(void);
Description
Returns the real user or group id.