why2_fdopen¶
Parameters¶
Identifier | Data type |
---|---|
file |
int |
modes |
char * |
Attributes¶
Return type | void * |
Header comment | This functions doesn't have any description. |
Added in commit | 1285f52b6737093f802163b3dc313253ea96f5bc |
Description¶
Function passes file
and modes
into fdopen
function and returns the output value. The value is also pushed to linked-list
for garbage collector.