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
/
source
/
lang
/
unary.c
blob
199c3afd44d826ac1366c90f3f9180d538b82029
1
#include
"api.h"
2
#include
"globals.h"
3
4
void
DEFINE_UNARY
(
char
*
var
[],
char
*
val
[],
func
*
cval
[]){
5
parse
(
"symbols/unary"
,
var
,
val
,
cval
);
6
}