Return a file descriptor for the executable file
#include <process.h> int _cmdfd( void );
libc
This function returns a file descriptor for the executable file.
A file descriptor for the executable file.
| Safety: | |
|---|---|
| Cancellation point | No |
| Interrupt handler | Yes |
| Signal handler | No |
| Thread | Yes |