Browse Subversion Repository
Diff of /branches/mty-makai/mty.c
Parent Directory
| Revision Log
| Patch
| 17 |
|
|
| 18 |
#include <assert.h> |
#include <assert.h> |
| 19 |
#include <ctype.h> |
#include <ctype.h> |
| 20 |
|
#include <malloc.h> |
| 21 |
#include <limits.h> |
#include <limits.h> |
| 22 |
#include <stdio.h> |
#include <stdio.h> |
| 23 |
#include <stdlib.h> |
#include <stdlib.h> |
| 40 |
#define ALIGN_SUFFIX(n) |
#define ALIGN_SUFFIX(n) |
| 41 |
|
|
| 42 |
/* inttypes.h */ |
/* inttypes.h */ |
| 43 |
|
typedef __int8 int8_t; |
| 44 |
typedef __int32 int32_t; |
typedef __int32 int32_t; |
| 45 |
typedef unsigned __int32 uint32_t; |
typedef unsigned __int32 uint32_t; |
| 46 |
typedef unsigned __int64 uint64_t; |
typedef unsigned __int64 uint64_t; |
|
|
Legend:
| Removed from v.10 |
|
| changed lines |
| |
Added in v.13 |
|
|
|