10 lines
299 B
C
10 lines
299 B
C
#if !defined(__PROT_PROC_H__)
|
|
#define __PROT_PROC_H__
|
|
|
|
/* Procedure prototypes*/
|
|
#define M_DEFINE_PROCEDURE(a,b,english,c,d,e,f) struct tdstNodeInterpret_ *##d(HIE_tdxHandleToSuperObject, struct tdstNodeInterpret_ *);
|
|
#include "DefProc.h"
|
|
#undef M_DEFINE_PROCEDURE
|
|
|
|
#endif /* __PROT_PROC__*/
|