common.h 87 B

123456
  1. #ifndef _COMMON_H
  2. #define _COMMON_H
  3. void errandend( const char *format, ... );
  4. #endif