Separate modules by subdirectory
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef SWRITE_HPP
|
||||
#define SWRITE_HPP
|
||||
|
||||
int swrite( int fd, const char *str, ssize_t len = -1 );
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user