sphophi decorating with types
This commit is contained in:
parent
17be15d7b5
commit
a22c9726cd
19 changed files with 1762 additions and 380 deletions
15
include/msph/sphophi.h
Normal file
15
include/msph/sphophi.h
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef _MSPH_TYPE_H
|
||||
#define _MSPH_TYPE_H
|
||||
|
||||
#include "msph/tree.h"
|
||||
|
||||
int msph_sphophi_init(struct msph_tree_root *);
|
||||
int msph_sphophi_scope(struct msph_tree_root *);
|
||||
int msph_sphophi_nom_lookup(struct msph_tree_root *);
|
||||
int msph_sphophi_tp(struct msph_tree_root *);
|
||||
|
||||
int msph_sphophi(struct msph_tree_root *);
|
||||
|
||||
int msph_sphoxex(struct msph_tree_root *);
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue