/usr/include/dpm/Csnprintf.h is in libdpm-dev 1.8.7-3.1+b1.
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 16 | /*
* Csnprintf.h,v 1.1 2003/11/04 13:02:56 jdurand Exp
*/
#ifndef __Csnprintf_h
#define __Csnprintf_h
#include <stdio.h>
#include <stdarg.h>
#include <sys/types.h>
#include "osdep.h"
EXTERN_C int DLL_DECL Csnprintf _PROTO((char *, size_t, char *, ...));
EXTERN_C int DLL_DECL Cvsnprintf _PROTO((char *, size_t, char *, va_list));
#endif /* __Csnprintf_h */
|