/* awk00.h */ #ifndef _AWK00_H_ #define _AWK00_H_ #ifdef __cplusplus extern "C" { #endif void init_awk_sample_locale (void); #ifdef __cplusplus } #endif #endif