File indexing completed on 2024-05-12 05:51:15

0001 #include "incl_from.h"
0002 #include <stdio.h>
0003 
0004 int incl_from(void)
0005 {
0006     printf("incl_from\n");
0007     return 0;
0008 }
0009