rotatory_fwrite()

rotatory_fwrite()#

Write the contents of a file to a rotatory log file.

Prototype

PUBLIC int rotatory_fwrite(
    int          handle,
    FILE        *file
);
        

Parameters

Key

Type

Description

handle

int

The handle of the rotatory log to write to.

file

FILE *

The file to write to the rotatory log.


Return Value

Returns the number of bytes successfully written, or a negative value on failure.

Prototype

// Not applicable in JS

Prototype

# Not applicable in Python
Examples
// TODO C examples
// TODO JS examples
# TODO Python examples