xref: /linux/tools/perf/util/srccode.h (revision 3c8d7ef89bb8bd7d00910fa14d4dab14a8e0cf5a)
1 #ifndef SRCCODE_H
2 #define SRCCODE_H 1
3 
4 /* Result is not 0 terminated */
5 char *find_sourceline(char *fn, unsigned line, int *lenp);
6 
7 #endif
8