|
QCAD
Open Source 2D CAD
|
#include <stdlib.h>#include <memory.h>#include <string.h>#include <math.h>#include <stdio.h>#include <stdarg.h>#include <float.h>#include <time.h>#include <limits.h>#include <ctype.h>#include <wchar.h>Go to the source code of this file.
Macros | |
| #define | _WCHAR_T_DEFINED |
| #define | false false |
| #define | NULL 0 |
| #define | ON_32BIT_POINTER |
| #define | ON_MSC_CDECL |
| #define | ON_SIZEOF_POINTER 4 |
| #define | true true |
Typedefs | |
| typedef short | ON__INT16 |
| typedef int | ON__INT32 |
| typedef long long | ON__INT64 |
| typedef char | ON__INT8 |
| typedef int | ON__INT_PTR |
| typedef unsigned short | ON__UINT16 |
| typedef unsigned int | ON__UINT32 |
| typedef unsigned long long | ON__UINT64 |
| typedef unsigned char | ON__UINT8 |
| typedef unsigned int | ON__UINT_PTR |
| typedef int | ON_BOOL32 |
Functions | |
| int | on_vsnprintf (char *buffer, size_t count, const char *format, va_list argptr) |
| int | on_vsnwprintf (wchar_t *buffer, size_t count, const wchar_t *format, va_list argptr) |
| #define _WCHAR_T_DEFINED |
| #define false false |
| #define NULL 0 |
| #define ON_32BIT_POINTER |
| #define ON_MSC_CDECL |
| #define ON_SIZEOF_POINTER 4 |
| #define true true |
| typedef short ON__INT16 |
| typedef int ON__INT32 |
| typedef long long ON__INT64 |
| typedef char ON__INT8 |
| typedef int ON__INT_PTR |
| typedef unsigned short ON__UINT16 |
| typedef unsigned int ON__UINT32 |
| typedef unsigned long long ON__UINT64 |
| typedef unsigned char ON__UINT8 |
| typedef unsigned int ON__UINT_PTR |
| typedef int ON_BOOL32 |
| int on_vsnprintf | ( | char * | buffer, |
| size_t | count, | ||
| const char * | format, | ||
| va_list | argptr ) |
| int on_vsnwprintf | ( | wchar_t * | buffer, |
| size_t | count, | ||
| const wchar_t * | format, | ||
| va_list | argptr ) |