NetBurner 3.5.6
PDF Version
fdprintf.h File Reference

File Descriptor Printf Functions for NetBurner. More...

#include <stdarg.h>

Go to the source code of this file.

Functions

int fdprintf (int fd, const char *format,...)
 Print formatted output to a file descriptor.
 
int fdiprintf (int fd, const char *format,...)
 Print formatted output to a file descriptor (integer-only, no float)
 
int vfdprintf (int fd, const char *format, va_list args)
 Print formatted output to a file descriptor using va_list.
 
int vfdiprintf (int fd, const char *format, va_list args)
 Print formatted output to a file descriptor using va_list (integer-only)
 

Detailed Description

File Descriptor Printf Functions for NetBurner.

Provides printf-style formatted output to file descriptors including serial ports, TCP/UDP sockets, and custom file descriptors.