mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 14:58:50 +00:00
[TMP]
This commit is contained in:
parent
9ad694a439
commit
401805c229
4 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
||||||
#define __LAMA_RUNTIME__
|
#define __LAMA_RUNTIME__
|
||||||
|
|
||||||
#include "runtime_common.h"
|
#include "runtime_common.h"
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
@ -16,6 +17,6 @@
|
||||||
|
|
||||||
#define WORD_SIZE (CHAR_BIT * sizeof(ptrt))
|
#define WORD_SIZE (CHAR_BIT * sizeof(ptrt))
|
||||||
|
|
||||||
_Noreturn void failure (char *s, ...);
|
void failure (char *s, ...);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
BIN
tmp/Hello.bc
Normal file
BIN
tmp/Hello.bc
Normal file
Binary file not shown.
BIN
tmp/Sort.bc
Normal file
BIN
tmp/Sort.bc
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue