repo.or.cz
/
linux-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'for-linus-3.11-merge-window-part-2' of git://git.kernel.org/pub/scm/linux...
[linux-2.6.git]
/
lib
/
kstrtox.h
blob
f13eeeaf441db95ad57ec2659ed8958527bbfdb9
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