/**************/ /* strlib.h */ #include #ifndef STRLIB_H #define STRLIB_H #include "dllmain.h" #define EDITJONO 500 #ifdef __cplusplus extern "C" { #endif int WINAPI_LIB KysyJono(LPSTR kysymys, LPSTR oletus, LPSTR puskuri, int max_pit); int WINAPI_LIB KysyJonoPaikka(int x,int y); #ifdef __cplusplus } #endif #endif /* STRLIB_H */