one fable-low hijack cell
pair c / lua
envelope en_slash
ordering BA
effort low
English with slash '/' — '{X}/{Y}'
verdictpicked c (first-offered)
· classifierA
· tiernone
response (200 chars)
# Lua/C API Overview
The Lua C API lets you embed Lua in C programs or write C libraries for Lua. Here are the essentials:
## Basic Embedding
```c
#include <lua.h>
#include <lauxlib.h>
#include <lu
neighbors