new
This commit is contained in:
parent
ae73ee5094
commit
1fbc39ce62
8
smmapdfw/libsmmapdfw/dvl.h
Normal file
8
smmapdfw/libsmmapdfw/dvl.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _DVL_H_
|
||||
#define _DVL_H_
|
||||
|
||||
#define dvl(a, b) (((a) == NULL) ? (b) : (a))
|
||||
#define dvls(a) dvl((a), "<NULL_STRING>")
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user