qse/samples/sed/sed00.h

17 lines
165 B
C
Raw Permalink Normal View History

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