#ifndef _LIBRARY_H_ #define _LIBRARY_H_ void draw_text(int x,int y,const char *s); #endif //_LIBRARY_H_