20 lines
221 B
C
20 lines
221 B
C
|
/*
|
||
|
* $Id: scanner.h,v 1.1 2005-05-22 04:11:54 bacon Exp $
|
||
|
*/
|
||
|
|
||
|
#ifndef _XP_STX_SCANNER_H_
|
||
|
#define _XP_STX_SCANNER_H_
|
||
|
|
||
|
#include <xp/stx/stx.h>
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|