/* pali.h */ #ifndef PALI_H #define PALI_H #include "dllmain.h" #ifdef __cplusplus extern "C" { #endif int WINAPI_LIB Palindromi(LPCSTR s); #ifdef __cplusplus } #endif #endif /* PALI_H */