void AtSayF( int x, int y, char *ftm, ... ); #include void PutFree( int x, int y, char *format ) { AtSayF( x, y, format, coreleft(), 0 ); }