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