File: sprintf_irc.h

package info (click to toggle)
dancer-ircd 1.0.31%2Bmaint8-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 3,884 kB
  • ctags: 2,640
  • sloc: ansic: 34,280; sh: 3,145; perl: 434; makefile: 320
file content (18 lines) | stat: -rw-r--r-- 454 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * $Id: sprintf_irc.h,v 1.1.1.1.2.1 2001/11/12 12:04:05 asuffield Exp $ 
 */

#ifndef SPRINTF_IRC
#define SPRINTF_IRC

#include <stdarg.h>

/*=============================================================================
 * Proto types
 */

extern int vsnprintf_irc(register char *str, int, register const char *format,
    register va_list);
extern int ircsnprintf(register char *str, int, register const char *format, ...);

#endif /* SPRINTF_IRC */