~ubuntu-branches/ubuntu/trusty/gengetopt/trusty

« back to all changes in this revision

Viewing changes to src/fileutils.cpp

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-05-09 12:48:17 UTC
  • mfrom: (16.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130509124817-ex5jkvyh7cu8o22c
Tags: 2.22.6-2
* Upload to unstable.
* Fix VCS URLs.
* 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>