1
0
mirror of https://github.com/edeproject/ede.git synced 2023-08-10 21:13:03 +03:00
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