NetBurner 3.5.0
PDF Version
 
fdprintf.h File Reference

NetBurner functions to printf to a file descriptor. More...

#include <stdarg.h>

Go to the source code of this file.

Functions

int fdprintf (int fc, const char *format,...)
 printf to a file descriptor
 
int fdiprintf (int fc, const char *format,...)
 printf to a file descriptor with integer (no floating point) support
 
int vfdprintf (int fc, const char *format, va_list arg)
 printf to a file descriptor using va_list arguments
 
int vfdiprintf (int fc, const char *format, va_list arg)
 printf to a file descriptor with integer (no floating point) support using va_list arguments
 

Detailed Description

NetBurner functions to printf to a file descriptor.