repo.or.cz
/
Projects.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial Commit
[Projects.git]
/
server
/
include
/
lang.h
blob
e37c061a35c109182f68172432a4ae0a1291cebc
1
#ifndef LANG_H
2
#define LANG_H
3
#include
"logic/parse.h"
4
void
DEFINE_LANG
(
char
*
var
[],
char
*
val
[],
func
*
cval
[]);
5
#endif