This file is indexed.

/usr/include/uclmmbase/vsnprintf.h is in libuclmmbase1-dev 1.2.16.0-1.

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
#ifndef HAVE_VSNPRINTF

#if defined(__cplusplus)
extern "C" {
#endif

int vsnprintf(char *s, size_t buf_size, const char *format, va_list ap);

#if defined(__cplusplus)
}
#endif

#endif /* HAVE_VSNPRINTF */