File indexing completed on 2024-05-19 05:51:55

0001 #include "incl_from_from.h"
0002 
0003 int main(void)
0004 {
0005     test();
0006 
0007     printf("test\n");
0008     return 0;
0009 }
0010 
0011 int incl_from(void)
0012 {
0013     printf("incl_from\n");
0014     return 0;
0015 }