16 lines
168 B
C
16 lines
168 B
C
#ifndef STATE_TO_NVPARSE_TEXT_H
|
|
#define STATE_TO_NVPARSE_TEXT_H
|
|
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
char * state_to_rc10 ();
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif |