File: myerror.h

package info (click to toggle)
maelstrom 3.0.7-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,952 kB
  • sloc: cpp: 10,947; sh: 3,406; ansic: 2,781; makefile: 175
file content (12 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12

#ifndef _myerror_h
#define _myerror_h

/* Generic error message routines */

extern void error(const char *fmt, ...);
extern void mesg(const char *fmt, ...);
extern void myperror(const char *msg);

#endif /* _myerror_h */