~ubuntu-branches/ubuntu/raring/gengetopt/raring

« back to all changes in this revision

Viewing changes to src/fileutils.cpp

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2012-11-15 01:31:28 UTC
  • mfrom: (1.1.10)
  • Revision ID: package-import@ubuntu.com-20121115013128-nnj2ag7x8v091mkn
Tags: 2.22.6-1
* New upstream release.
* Switch from autotools-dev to dh-autoreconf.
* Refresh patches.
* Bump debhelper requirements to automatically enable hardening.
* Update debian/copyright.
* Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
//
11
11
//
12
12
 
 
13
#ifdef HAVE_CONFIG_H
 
14
#include "config.h"
 
15
#endif
 
16
 
13
17
#include <cstdio>
14
18
#include <cstdlib>
15
19
#include <cstring>