aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/swrite.hpp
blob: 8538d3281aeab6c4f0c735b09155ac91a757e388 (plain)
1
2
3
4
5
6
#ifndef SWRITE_HPP
#define SWRITE_HPP

int swrite( int fd, const char *str, ssize_t len = -1 );

#endif