17 lines
165 B
C
17 lines
165 B
C
|
/* sed00.h */
|
||
|
|
||
|
#ifndef _SED00_H_
|
||
|
#define _SED00_H_
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
void init_sed_sample_locale (void);
|
||
|
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif
|
||
|
|
||
|
#endif
|