ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/include/stdinc.h
(Generate patch)

Comparing ermyth/include/stdinc.h (file contents):
Revision 1.2 by pippijn, Sat Jul 21 01:29:07 2007 UTC vs.
Revision 1.3 by pippijn, Tue Aug 28 17:08:07 2007 UTC

1/* 1/*
2 * Copyright © 2005 William Pitcock et al. 2 * Copyright © 2005 William Pitcock et al.
3 * Rights to this code are documented in doc/pod/license.pod. 3 * Rights to this code are documented in doc/pod/license.pod.
4 * 4 *
5 * This is the header which includes all of the system stuff. 5 * This is the header which includes all of the system stuff.
6 * 6 *
7 * $Id: stdinc.h,v 1.2 2007/07/21 01:29:07 pippijn Exp $ 7 * $Id: stdinc.h,v 1.3 2007/08/28 17:08:07 pippijn Exp $
8 */ 8 */
9 9
10#ifndef STDINC_H 10#ifndef STDINC_H
11#define STDINC_H 11#define STDINC_H
12 12
13/* I N C L U D E S */ 13/* I N C L U D E S */
14#include <stdarg.h> 14#include <cstdarg>
15#include <stdio.h> 15#include <cstdio>
16#include <stdlib.h> 16#include <cstdlib>
17#include <string.h> 17#include <cstring>
18#include <signal.h> 18#include <csignal>
19#include <time.h> 19#include <ctime>
20#include <errno.h> 20#include <cerrno>
21#include <setjmp.h> 21#include <setjmp.h>
22#include <sys/stat.h> 22#include <sys/stat.h>
23#include <ctype.h> 23#include <cctype>
24#include <regex.h> 24#include <regex.h>
25 25
26#ifdef HAVE_GETOPT_H 26#ifdef HAVE_GETOPT_H
27#include <getopt.h> 27#include <getopt.h>
28#endif 28#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines