lstring.c File Reference

#include <string.h>
#include "lua.h"
#include "lmem.h"
#include "lobject.h"
#include "lstate.h"
#include "lstring.h"
Include dependency graph for lstring.c:

Go to the source code of this file.

Defines

#define lstring_c
#define LUA_CORE

Functions

void luaS_resize (lua_State *L, int newsize)
static TStringnewlstr (lua_State *L, const char *str, size_t l, unsigned int h)
TStringluaS_newlstr (lua_State *L, const char *str, size_t l)
UdataluaS_newudata (lua_State *L, size_t s, Table *e)

Define Documentation

#define lstring_c

Definition at line 10 of file lstring.c.

#define LUA_CORE

Definition at line 11 of file lstring.c.


Function Documentation

TString* luaS_newlstr ( lua_State L,
const char *  str,
size_t  l 
)
Udata* luaS_newudata ( lua_State L,
size_t  s,
Table e 
)
void luaS_resize ( lua_State L,
int  newsize 
)
static TString* newlstr ( lua_State L,
const char *  str,
size_t  l,
unsigned int  h 
) [static]

Generated by  doxygen 1.6.2