blob: 58192a43eecc87de0fe6b79740f574c4908559b2 (
plain)
1
2
3
4
5
6
7
8
|
/* POSIX emulation layer for Windows.
*
* Copyright (C) 2008-2017 Anope Team <team@anope.org>
*
* Please read COPYING and README for further details.
*/
extern int pipe(int fds[2]);
|