/* * regerror.h * * */ #ifndef REGERROR_H #define REGERROR_H #ifdef __cplusplus extern "C" { #endif void print_win32_error(char* sender, int err); #ifdef __cplusplus } #endif #endif /* REGERROR_H */