Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
lib
kstrtox.h
Go to the documentation of this file.
1
#ifndef _LIB_KSTRTOX_H
2
#define _LIB_KSTRTOX_H
3
4
#define KSTRTOX_OVERFLOW (1U << 31)
5
const
char
*
_parse_integer_fixup_radix
(
const
char
*
s
,
unsigned
int
*base);
6
unsigned
int
_parse_integer
(
const
char
*
s
,
unsigned
int
base,
unsigned
long
long
*
res
);
7
8
#endif
Generated on Thu Jan 10 2013 14:55:41 for Linux Kernel by
1.8.2