File: Csnprintf.h

package info (click to toggle)
dpm-postgres 1.7.4.7-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 13,788 kB
  • ctags: 10,782
  • sloc: ansic: 146,136; sh: 13,362; perl: 11,142; python: 5,529; cpp: 5,113; sql: 1,790; makefile: 955; fortran: 113
file content (16 lines) | stat: -rw-r--r-- 363 bytes parent folder | download | duplicates (8)
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 */