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

« back to all changes in this revision

Viewing changes to doc/multiple_example.c.texinfo

  • 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
@example
3
3
@r{@i{/* test options that can be given more than once */}}
4
4
 
 
5
@b{#ifdef} HAVE_CONFIG_H
 
6
@b{#include} @t{"config.h"}
 
7
@b{#endif}
 
8
 
5
9
@b{#include} @t{<stdlib.h>}
6
10
@b{#include} @t{<stdio.h>}
7
11