Function

Camelfile_util_encode_off_t

Declaration [src]

gint
camel_file_util_encode_off_t (
  FILE* out,
  off_t value
)

Description [src]

Encode an off_t type.

Parameters

out

Type: FILE*

File to output to.

The argument can be NULL.
The data is owned by the caller of the function.
value

Type: off_t

Value to output.

Return value

Type: gint

0 on success, -1 on error.