Xv6 with picoc & Linkage editor  v1.0
The project delineate mutual cohesion between c library, linkage editor ( linker), interpreter and operating system by porting the same on xv6 kernel
 All Data Structures
18_include.c
00001 #include <stdio.h>
00002 
00003 printf("including\n");
00004 #include "18_include.h"
00005 printf("done\n");
00006 
00007 void main() {}
 All Data Structures