BLOG | DOCUMENTATION | GITHUB

Home --> Documentations --> PJLIB Reference

limits.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2017 Teluu Inc. (http://www.teluu.com)
3 * Copyright (C) 2017 George Joseph <gjoseph@digium.com>
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation; either version 2 of the License, or
8 * (at your option) any later version.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
18 */
19#ifndef __PJ_LIMITS_H__
20#define __PJ_LIMITS_H__
21
27#include <pj/compat/limits.h>
28
30#define PJ_MAXINT32 0x7fffffff
31
33#define PJ_MININT32 0x80000000
34
36#define PJ_MAXUINT16 0xffff
37
39#define PJ_MAXUINT8 0xff
40
42#define PJ_MAXLONG LONG_MAX
43
45#define PJ_MINLONG LONG_MIN
46
48#define PJ_MAXULONG ULONG_MAX
49
50#endif /* __PJ_LIMITS_H__ */

 


PJLIB Open Source, high performance, small footprint, and very very portable framework
Copyright (C) 2006-2009 Teluu Inc.