/* muunnosf.h */ #ifndef MUUNNOSF_H #define MUUNNOSF_H #ifdef __cplusplus extern "C" { #endif typedef char *(*muunnos_funktio)(char *); #ifdef __cplusplus } #endif #endif