src/compat/snprintf.h File Reference

#include "src/main.h"
#include <stdio.h>
Include dependency graph for snprintf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int egg_vsnprintf (char *str, size_t count, const char *fmt, va_list ap)
int egg_snprintf ()

Function Documentation

int egg_snprintf (  ) 
int egg_vsnprintf ( char *  str,
size_t  count,
const char *  fmt,
va_list  ap 
)

Definition at line 709 of file snprintf.c.

References dopr().

00710 {
00711   str[0] = 0;
00712   dopr(str, count, fmt, args);
00713   return (strlen(str));
00714 }

Here is the call graph for this function:


Generated on 7 Sep 2016 for Eggdrop by  doxygen 1.6.1