1 2 3 4 5 6 7 8
#include <iostream> #include "library.h" using namespace std; void draw_text(int x,int y,const char *s){ cerr<<"draw_text: x="<<x<<" y="<<y<<" s="<<s<<endl; }