~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to examples/c/tutor.c

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: tutor.c,v 1.15 2003/12/29 10:56:05 rlaboiss Exp $
 
1
/* $Id: tutor.c,v 1.16 2005/04/05 19:15:56 airwin Exp $
2
2
 *
3
3
 * Tony Richardson
4
4
 *
82
82
 
83
83
/* Parse and process command line arguments */
84
84
 
85
 
    (void) plParseOpts(&argc, argv, PL_PARSE_FULL);
 
85
    (void) plparseopts(&argc, argv, PL_PARSE_FULL);
86
86
 
87
87
/* First prompt the user for the input data file name */
88
88