Files
mosh/swrite.hpp
T
2011-01-26 14:04:13 -05:00

7 lines
104 B
C++

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