*** empty log message ***

This commit is contained in:
2005-05-12 15:51:20 +00:00
parent ab29120eed
commit 9df2a671b4
3 changed files with 47 additions and 2 deletions

19
ase/stx/parser.h Normal file
View File

@@ -0,0 +1,19 @@
/*
* $Id: parser.h,v 1.1 2005-05-12 15:49:07 bacon Exp $
*/
#ifndef _XP_STX_PARSER_H_
#define _XP_STX_PARSER_H_
#ifdef __cplusplus
extern "C" {
#endif
int xp_stx_parse (
xp_stx_t* stx, xp_stx_word_t method, const xp_char_t* text);
#ifdef __cplusplus
}
#endif
#endif