Scroll to navigation

libfole(3) Library Functions Manual libfole(3)

NAME

libfole.hLibrary to support the Object Linking and Embedding (OLE) data types

SYNOPSIS

#include <libfole.h>

Support functions
const char *
libfole_get_version(void);

Error functions
void
libfole_error_free(libfole_error_t **error);

int
libfole_error_fprint(libfole_error_t *error, FILE *stream);

int
libfole_error_sprint(libfole_error_t *error, char *string, size_t size);

int
libfole_error_backtrace_fprint(libfole_error_t *error, FILE *stream);

int
libfole_error_backtrace_sprint(libfole_error_t *error, char *string, size_t size);

Value type functions
const char *
libfole_value_type_get_identifier(uint32_t value_type);

const char *
libfole_value_type_get_description(uint32_t value_type);

DESCRIPTION

The () function is used to retrieve the library version.

RETURN VALUES

Most of the functions return NULL or -1 on error, dependent on the return type. For the actual return values see "libfole.h".

ENVIRONMENT

None

FILES

None

BUGS

Please report bugs of any kind on the project issue tracker: https://github.com/libyal/libfole/issues

AUTHOR

These man pages are generated from "libfole.h".

COPYRIGHT

Copyright (C) 2008-2024, Joachim Metz <joachim.metz@gmail.com>.

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

SEE ALSO

the libfole.h include file

March 27, 2019 libfole