1 2#include "framework.h" 3 4#include "stdio.h" 5 6void framework() 7{ 8 printf("framework\n"); 9} 10 11