mono / mono.posix

POSIX/Unix interface for Mono, .NET and .NET Core. Provides functionality for managed code to access POSIX/Unix features not accessible via the BCL. This repository supersedes the older code in https://github.com/mono/mono
MIT License
42 stars 10 forks source link

Missing fileno and fdopen bindings? #9

Open Therzok opened 3 years ago

Therzok commented 3 years ago

The two can be useful for the following transformations

fileno: FILE * -> int fd fdopen: int fd -> FILE *