Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
bc77789a491cdc6f47e5bbd1d04ddd283d64658b
/
.
/
tools
/
perf
/
util
/
srccode.h
blob: e500a746d5f112d7fdbc364af392cec4a6e6bd9d [
file
] [
log
] [
blame
]
#ifndef
SRCCODE_H
#define
SRCCODE_H
1
/* Result is not 0 terminated */
char
*
find_sourceline
(
char
*
fn
,
unsigned
line
,
int
*
lenp
);
#endif