Fixed_write Syscall
This commit is contained in:
		@@ -44,5 +44,5 @@ int _read(void) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
int _write(int fd, const void *buf, int count) {
 | 
					int _write(int fd, const void *buf, int count) {
 | 
				
			||||||
	sendString((char*)buf, count);
 | 
						sendString((char*)buf, count);
 | 
				
			||||||
	return 0;
 | 
						return count;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user