define XP_LD

This commit is contained in:
ehouse 2005-03-20 21:03:18 +00:00
parent a02feee3b9
commit 1f3d94998f

View file

@ -111,5 +111,7 @@ extern void p_ignore(char*, ...);
#define XP_HTONL(l) htonl(l)
#define XP_HTONS(s) htons(s)
#define XP_LD "%ld"
#endif