mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 14:52:28 +00:00
parent
4d3195f57a
commit
b16b332539
70 changed files with 532 additions and 1047 deletions
7
third_party/lua/lauxlib.h
vendored
7
third_party/lua/lauxlib.h
vendored
|
@ -8,11 +8,10 @@
|
|||
#ifndef lauxlib_h
|
||||
#define lauxlib_h
|
||||
|
||||
#include "libc/stdio/stdio.h"
|
||||
#include "third_party/lua/lua.h"
|
||||
|
||||
#include <stddef.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "lua.h"
|
||||
/* clang-format off */
|
||||
|
||||
|
||||
/* global table */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue