File: sprintf_irc.h

package info (click to toggle)
hybserv 1.9.2-4
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 2,848 kB
  • ctags: 1,854
  • sloc: ansic: 37,037; sh: 3,167; makefile: 337
file content (14 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * $Id: sprintf_irc.h 1162 2005-08-09 11:13:32Z kreator $ 
 */

#ifndef INCLUDED_sprintf_irc_h
#define INCLUDED_sprintf_irc_h

#include "stdinc.h"
#include "config.h"

extern int vsprintf_irc(char *, const char *, va_list);
extern int ircsprintf(char *, const char *, ...);

#endif /* INCLUDED_sprintf_irc_h */