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

« back to all changes in this revision

Viewing changes to tests/default_values.c

  • 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:
2
2
 
3
3
/* it will use default values */
4
4
 
 
5
#ifdef HAVE_CONFIG_H
 
6
#include "config.h"
 
7
#endif
 
8
 
5
9
#include <stdlib.h>
6
10
#include <stdio.h>
7
11
 
8
12
#include "default_values_cmd.h"
9
13
 
10
 
void
11
 
print_args (void);
12
 
 
13
14
int
14
15
main (int argc, char **argv)
15
16
{