Warning: Attempt to read property "date" on null in /usr/local/www/websvn.planix.org/blame.php on line 247

Warning: Attempt to read property "msg" on null in /usr/local/www/websvn.planix.org/blame.php on line 247
WebSVN – planix.SVN – Blame – /os/branches/feature_fixcpp/sys/include/ape/error.h – Rev 2

Subversion Repositories planix.SVN

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#ifndef __ERROR_H
2
#define __ERROR_H
3
#ifndef _RESEARCH_SOURCE
4
   This header file is not defined in pure ANSI or POSIX
5
#endif
6
#pragma lib "/$M/lib/ape/libv.a"
7
 
8
#ifdef __cplusplus
9
extern "C" {
10
#endif
11
 
12
extern char *_progname;		/* program name */
13
extern void _perror(char *);	/* perror but with _progname */
14
 
15
#ifdef __cplusplus
16
}
17
#endif
18
 
19
#endif /* _ERROR_H */