~ubuntu-branches/ubuntu/lucid/rlpr/lucid

« back to all changes in this revision

Viewing changes to lib/xstrtoul.h

  • Committer: Bazaar Package Importer
  • Author(s): Brian Mays
  • Date: 2002-03-20 11:21:15 UTC
  • Revision ID: james.westby@ubuntu.com-20020320112115-whl7m242ig71nu3h
Tags: upstream-2.02
ImportĀ upstreamĀ versionĀ 2.02

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef XSTRTOUL_H_
 
2
# define XSTRTOUL_H_ 1
 
3
 
 
4
# define STRING_TO_UNSIGNED 1
 
5
 
 
6
/* Undefine this symbol so we can include xstrtol.h a second time.
 
7
   Otherwise, a program that wanted both xstrtol.h and xstrtoul.h
 
8
   would never get the declaration corresponding to the header file 
 
9
   included after the first one.  */
 
10
# undef XSTRTOL_H_
 
11
# include "xstrtol.h"
 
12
 
 
13
#endif /* not XSTRTOUL_H_ */