Sha256: 332b56ca951e44262c13656007d39aae5e2a17ff52ddbd11a8a50fd0b5c3ef30
Contents?: true
Size: 426 Bytes
Versions: 3
Compression:
Stored size: 426 Bytes
Contents
#define ERR_PRO_INVALID_ARGUMENT 1 #define ERR_PRO_FILE_NOT_FOUND 2 #define ERR_PRO_CANT_OPEN_FILE 3 #include "pstring.h" #include "tmpllog.h" #include "pabstract.h" struct tmplpro_param; static int tmplpro_exec_tmpl_filename (struct tmplpro_param* ProParams,const char* filename); static int tmplpro_exec_tmpl_scalarref (struct tmplpro_param* ProParams, PSTRING memarea); /* * Local Variables: * mode: c * End: */
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
html-template-pro-0.0.3 | ext/html/template/procore.h |
html-template-pro-0.0.2 | ext/html/template/internal/procore.h |
html-template-pro-0.0.1 | ext/html/template/internal/procore.h |