1 2 3 4 5 6
#ifndef _LIBRARY_H_ #define _LIBRARY_H_ void draw_text(int x,int y,const char *s); #endif //_LIBRARY_H_