PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
debug.h
1
/*
2
Copyright 2009-2010, jimmikaelkael
3
Licenced under Academic Free License version 3.0
4
*/
5
6
#ifndef __DEBUG_H__
7
#define __DEBUG_H__
8
9
#ifdef DEBUG
10
#define DPRINTF(args...) printf("SMBMAN: "args)
11
#else
12
#define DPRINTF(args...) \
13
do { \
14
} while (0)
15
#endif
16
17
#endif
iop
network
smbman
src
debug.h
Generated on Thu Nov 14 2024 05:25:24 for PS2SDK by
1.9.8