mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 00:42:44 +00:00 
			
		
		
		
	
							parent
							
								
									e3d3e431dc
								
							
						
					
					
						commit
						267672efee
					
				
					 3 changed files with 174 additions and 0 deletions
				
			
		|  | @ -57,6 +57,8 @@ int fileno(FILE*); | |||
| int fgetc(FILE*); | ||||
| int getc(FILE*); | ||||
| int getchar(); | ||||
| ssize_t getdelim(char**, size_t*, int, FILE*); | ||||
| ssize_t getline(char**, size_t*, FILE*); | ||||
| int ungetc(int c, FILE*); | ||||
| int remove(const char* pathname); | ||||
| FILE* fdopen(int fd, const char* mode); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Callum Attryde
						Callum Attryde