/usr/include/minidjvu/base/6string.h is in libminidjvu-dev 0.8.svn.2010.05.06+dfsg-3.
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 | /*
* 6string.h - some standard funtions for string manipulation
*/
MDJVU_FUNCTION int mdjvu_ends_with_ignore_case(const char *s, const char *prefix);
|