This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.0 alpha 5
[perl5.git] / ext / posix / POSIX.xs
CommitLineData
463ee0b2
LW
1#include "EXTERN.h"
2#include "perl.h"
3#include "XSUB.h"
4
5MODULE = POSIX PACKAGE = POSIX
6
7FILE *
8fdopen(fildes, type)
9 fd fildes
10 char * type