Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: a3b22b9f11d9fbc48b0291ea92259a5a810e9438 authored by Linus Torvalds on 18 February 2019, 02:46:40 UTC
Linux 5.0-rc7
Tip revision: a3b22b9
srccode.h
#ifndef SRCCODE_H
#define SRCCODE_H 1

/* Result is not 0 terminated */
char *find_sourceline(char *fn, unsigned line, int *lenp);

#endif
back to top