ede/edewm/debug.h

10 lines
124 B
C
Raw Normal View History

2009-02-20 16:05:43 +03:00
#ifndef _DEBUG_H_
#define _DEBUG_H_
#include <stdio.h>
#include <stdarg.h>
extern void DBG(const char *str, ...);
#endif