File: error.h

package info (click to toggle)
luasocket 2.0-alpha-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 452 kB
  • ctags: 437
  • sloc: ansic: 2,015; makefile: 107
file content (8 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
5
6
7
8
#ifndef ERROR_H
#define ERROR_H

#include <lua.h>

void error_push(lua_State *L, int error);

#endif