Skip to content

lefoun/dprintf_lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dprintf_lib

A small library of functions coded from libc functions coded from scratch along with a mini version of dprintf.

The dprintf supports %d, %i, %u, %s, %c, %p, %x, %X conversions along with the ( . , 0 , - , * ) flags. (dot, zero, minus, wildcard).

Man dprintf

The functions dprintf() and vdprintf() (as found in the glibc2 library) are exact analogs of fprintf(3) and vfprintf(3), except that they output to a file descriptor fd instead of to a stdio stream.

About

A mini version of dprintf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published