repo.or.cz
/
mmotm.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
On Tue, Nov 06, 2007 at 02:33:53AM -0800, akpm@linux-foundation.org wrote:
[mmotm.git]
/
tools
/
perf
/
util
/
string.h
blob
2c84bf65ba0fac020c2df05732b4b7ee0d6afabc
1
#ifndef __PERF_STRING_H_
2
#define __PERF_STRING_H_
3
4
#include
"types.h"
5
6
int
hex2u64
(
const char
*
ptr
,
u64
*
val
);
7
char
*
strxfrchar
(
char
*
s
,
char
from
,
char
to
);
8
9
#define _STR(x) #x
10
#define STR(x) _STR(x)
11
12
#endif
/* __PERF_STRING_H */