mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
symbolic constant for the format string of a 64 bit long
This commit is contained in:
@@ -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
|
||||
***/
|
||||
|
Reference in New Issue
Block a user