10 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			133 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #include "b.h"
 | |
| #include <stdarg.h>
 | |
| #include <string.h>
 | |
| #include <limits.h>
 | |
| 
 | |
| void binit(void)
 | |
| {
 | |
|     patch_addresses(bmodule_main);
 | |
| }
 | |
| 
 |