[Previous] [Contents] [Next]

_cmdfd()

Return a file descriptor for the executable file

Synopsis:

#include <process.h>

int _cmdfd( void );

Library:

libc

Description:

This function returns a file descriptor for the executable file.

Returns:

A file descriptor for the executable file.

Classification:

QNX 6

Safety:
Cancellation point No
Interrupt handler Yes
Signal handler No
Thread Yes

See also:

_cmdname()


[Previous] [Contents] [Next]