8 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			144 B
		
	
	
	
		
			C
		
	
	
	
	
	
#include <lib.h>
 | 
						|
#define fork	_fork
 | 
						|
#include <unistd.h>
 | 
						|
 | 
						|
PUBLIC int fork()
 | 
						|
{
 | 
						|
  return(_callm1(MM, FORK, 0, 0, 0, NIL_PTR, NIL_PTR, NIL_PTR));
 | 
						|
}
 |