#include "spitball.hpp" #include inline char *spitball::get(void) { if (errno!=0) sprintf(errormsg,"%s rc: %d errno: %d",errormsg,rc,errno); else sprintf(errormsg,"%s rc: %d",errormsg,rc); return errormsg; }