1#include <stdio.h>
2
3
4
5static __attribute__((constructor)) void myInit()
6{
7	//fprintf(stderr, "init c\n");
8}
9