Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v5.0-rc5 7 lines 139 B view raw
1#ifndef SRCCODE_H 2#define SRCCODE_H 1 3 4/* Result is not 0 terminated */ 5char *find_sourceline(char *fn, unsigned line, int *lenp); 6 7#endif