ede/edewm/debug.h
2009-02-20 13:05:43 +00:00

10 lines
124 B
C

#ifndef _DEBUG_H_
#define _DEBUG_H_
#include <stdio.h>
#include <stdarg.h>
extern void DBG(const char *str, ...);
#endif