Home --> Documentations --> PJLIB Reference
Go to the documentation of this file.
19#ifndef __PJ_LIMITS_H__
20#define __PJ_LIMITS_H__
27#include <pj/compat/limits.h>
30#define PJ_MAXINT32 0x7fffffff
33#define PJ_MININT32 0x80000000
36#define PJ_MAXUINT16 0xffff
39#define PJ_MAXUINT8 0xff
42#define PJ_MAXLONG LONG_MAX
45#define PJ_MINLONG LONG_MIN
48#define PJ_MAXULONG ULONG_MAX
PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.
|