This repository has been archived on 2019-11-14. You can view files and clone it, but cannot push or open issues or pull requests.
rip-vm2/partage/src/extremite.h

11 lines
177 B
C

#ifndef EXTREMITE_H
#define EXTREMITE_H
int ext_out(int port);
int ext_in(const char addr[], int port);
void ext_bidir(const char addr[], int port, int in, int out);
#endif