summaryrefslogtreecommitdiff
path: root/src/lua/stdlib.h
blob: 4f0693b950ad7a822b400a80a5ad2cc420fc22a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _STDLIB_H
#define _STDLIB_H

#include "printf.h"
#include "liballoc.h"
#include "bees.h"

#define EXIT_SUCCESS 0
#define EXIT_FAILURE 1

#endif