1 2 3 4 5 6
#ifndef SWRITE_HPP #define SWRITE_HPP int swrite( int fd, const char *str, ssize_t len = -1 ); #endif