2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

symbolic constant for the format string of a 64 bit long

This commit is contained in:
David Lawrence
2000-11-14 23:40:31 +00:00
parent d653744935
commit 6c7b702df1

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: print.h,v 1.10 2000/08/01 01:30:34 tale Exp $ */
/* $Id: print.h,v 1.11 2000/11/14 23:40:31 tale Exp $ */
#ifndef ISC_PRINT_H
#define ISC_PRINT_H 1
@@ -28,6 +28,15 @@
#include <isc/lang.h>
#include <isc/platform.h>
/***
*** Macros
***/
#ifdef ISC_PLATFORM_LONGLONGEQUALLONG
#define ISC_PRINT_QUADFORMAT "l"
#else
#define ISC_PRINT_QUADFORMAT "ll"
#endif
/***
*** Functions
***/