7 lines
104 B
C++
7 lines
104 B
C++
#ifndef SWRITE_HPP
|
|
#define SWRITE_HPP
|
|
|
|
int swrite( int fd, const char *str, ssize_t len = -1 );
|
|
|
|
#endif
|