s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
readwrite.h
Go to the documentation of this file.
1#ifndef READWRITE_H
2#define READWRITE_H
3
4#include <unistd.h>
5/* Already in unistd.h */
6/*
7int read();
8int write();
9*/
10
11#endif