#include <stdlib.h>
#include <memory.h>
#include <malloc.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>
#include <errno.h>
Go to the source code of this file.
Defines | |
#define | ON_32BIT_POINTER |
#define | ON_MAX_SIZE_T 0xFFFFFFFF |
#define | ON_SIZEOF_POINTER 4 |
#define | OPENNURBS_PUBLIC_RELEASE |
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 ON_32BIT_POINTER |
Definition at line 334 of file opennurbs_system.h.
#define ON_MAX_SIZE_T 0xFFFFFFFF |
Definition at line 336 of file opennurbs_system.h.
#define ON_SIZEOF_POINTER 4 |
Definition at line 333 of file opennurbs_system.h.
#define OPENNURBS_PUBLIC_RELEASE |
Definition at line 31 of file opennurbs_system.h.
typedef short ON__INT16 |
Definition at line 346 of file opennurbs_system.h.
typedef int ON__INT32 |
Definition at line 352 of file opennurbs_system.h.
typedef long long ON__INT64 |
Definition at line 382 of file opennurbs_system.h.
typedef char ON__INT8 |
Definition at line 340 of file opennurbs_system.h.
typedef int ON__INT_PTR |
Definition at line 406 of file opennurbs_system.h.
typedef unsigned short ON__UINT16 |
Definition at line 349 of file opennurbs_system.h.
typedef unsigned int ON__UINT32 |
Definition at line 355 of file opennurbs_system.h.
typedef unsigned long long ON__UINT64 |
Definition at line 385 of file opennurbs_system.h.
typedef unsigned char ON__UINT8 |
Definition at line 343 of file opennurbs_system.h.
typedef unsigned int ON__UINT_PTR |
Definition at line 407 of file opennurbs_system.h.
typedef int ON_BOOL32 |
Definition at line 391 of file opennurbs_system.h.
int on_vsnprintf | ( | char * | buffer, |
size_t | count, | ||
const char * | format, | ||
va_list | argptr | ||
) |
Definition at line 788 of file opennurbs_defines.cpp.
int on_vsnwprintf | ( | wchar_t * | buffer, |
size_t | count, | ||
const wchar_t * | format, | ||
va_list | argptr | ||
) |
Definition at line 803 of file opennurbs_defines.cpp.