This commit is contained in:
ProgramSnail 2024-12-09 01:50:22 +03:00
parent 9ad694a439
commit 401805c229
4 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
#define __LAMA_RUNTIME__
#include "runtime_common.h"
#include <assert.h>
#include <ctype.h>
#include <errno.h>
@ -16,6 +17,6 @@
#define WORD_SIZE (CHAR_BIT * sizeof(ptrt))
_Noreturn void failure (char *s, ...);
void failure (char *s, ...);
#endif

BIN
tmp/Hello.bc Normal file

Binary file not shown.

BIN
tmp/Sort.bc Normal file

Binary file not shown.