C development - libyal/libfusn GitHub Wiki

TODO: work in progress

Return values

Most of the API functions return 1 if successful or -1 on error.

The close function is an exception since it returns 0 if successful or -1 on error.

More details about the return values for each API function can be found in libfusn.h

Examples

The following examples require the following headers to be included:

#include <stdlib.h>
#include <stdio.h>

#include <libfusn.h>

Also see

  • libfusn.h
  • man 3 libfusn
⚠️ **GitHub.com Fallback** ⚠️