Subversion Repositories filter_foundry

Compare Revisions

Regard whitespace Rev 438 → Rev 439

/trunk/telegraphics_common/tt/dbg.h
17,5 → 17,10
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
 
#ifndef DBG_H_
#define DBG_H_
 
void dbg(const char *s);
int dprintf (const char *fmt, ...);
 
#endif