source: SimpleSample/trunk/SimpleSample/src/tecs-types.h@ 30

Last change on this file since 30 was 30, checked in by okuma-top, 12 years ago

TECS Simple Sample

File size: 517 bytes
Line 
1#include <stdint.h>
2typedef long ER;
3typedef long ER_INT;
4
5/* typedef long intptr_t; */
6typedef int int_t;
7typedef unsigned char char_t;
8
9typedef unsigned char bool_t;
10
11typedef double double64_t;
12typedef float float32_t;
13
14/*
15typedef signed long int32_t;
16typedef signed short int16_t;
17typedef signed char int8_t;
18
19typedef unsigned long uint32_t;
20typedef unsigned short uint16_t;
21typedef unsigned char uint8_t;
22
23
24 int64_t, uint64_t, int128_t, uint128_t ga
25*/
26
27
Note: See TracBrowser for help on using the repository browser.