/* File: swerr.h */ #ifndef SWERR_H #define SWERR_H /* prototype for public functions */ void swerr(char const *proc, const int error_level, char *format, ...); #endif /* SWERR_H */ /* EOF (swerr.h) */