QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
opennurbs_system.h File Reference
#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)
 

Macro Definition Documentation

◆ _WCHAR_T_DEFINED

#define _WCHAR_T_DEFINED

◆ false

#define false   false

◆ NULL

#define NULL   0

◆ ON_32BIT_POINTER

#define ON_32BIT_POINTER

◆ ON_MSC_CDECL

#define ON_MSC_CDECL

◆ ON_SIZEOF_POINTER

#define ON_SIZEOF_POINTER   4

◆ true

#define true   true

Typedef Documentation

◆ ON__INT16

typedef short ON__INT16

◆ ON__INT32

typedef int ON__INT32

◆ ON__INT64

typedef long long ON__INT64

◆ ON__INT8

typedef char ON__INT8

◆ ON__INT_PTR

typedef int ON__INT_PTR

◆ ON__UINT16

typedef unsigned short ON__UINT16

◆ ON__UINT32

typedef unsigned int ON__UINT32

◆ ON__UINT64

typedef unsigned long long ON__UINT64

◆ ON__UINT8

typedef unsigned char ON__UINT8

◆ ON__UINT_PTR

typedef unsigned int ON__UINT_PTR

◆ ON_BOOL32

typedef int ON_BOOL32

Function Documentation

◆ on_vsnprintf()

int on_vsnprintf ( char * buffer,
size_t count,
const char * format,
va_list argptr )

◆ on_vsnwprintf()

int on_vsnwprintf ( wchar_t * buffer,
size_t count,
const wchar_t * format,
va_list argptr )