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