/usr/include/bibutils/strsearch.h is in libbibutils-dev 4.12-5+b2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | /*
* strsearch.h
*
* Copyright (c) Chris Putnam 1995-2009
*
* Source code released under the GPL
*
*/
#ifndef STRSEARCH_H
#define STRSEARCH_H
char *strsearch (const char *haystack, const char *needle);
#endif
|