repo.or.cz
/
tmk.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix formatting
[tmk.git]
/
tm_core_cmds.h
blob
832f4dce8c4d0360ab02da6c7e3170a300d2abbe
1
#ifndef TM_CORE_CMDS_H
2
#define TM_CORE_CMDS_H
3
4
#define JIM_EMBEDDED
5
#include <jim.h>
6
7
#include
"tmake.h"
8
9
void
tm_RegisterCoreCommands
(
Jim_Interp
*
interp
);
10
11
#endif
12