libcpath(3)

libcpath(3) Library Functions Manual libcpath(3)

NAME

libcpath.hLibrary to support cross-platform C path functions

LIBRARY

library “libcpath”

SYNOPSIS

#include <libcpath.h>

Support functions
const char *
libcpath_get_version(void);

Error functions
void
libcpath_error_free(libcpath_error_t **error);

int
libcpath_error_fprint(libcpath_error_t *error, FILE *stream);

int
libcpath_error_sprint(libcpath_error_t *error, char *string, size_t size);

int
libcpath_error_backtrace_fprint(libcpath_error_t *error, FILE *stream);

int
libcpath_error_backtrace_sprint(libcpath_error_t *error, char *string, size_t size);

DESCRIPTION

The libcpath_get_version() 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 refer to libcpath.h

ENVIRONMENT

None

FILES

None

BUGS

Please report bugs of any kind to <joachim.metz@gmail.com> or on the project website: http://code.google.com/p/libcpath/

AUTHOR

These man pages were written by Joachim Metz.

COPYRIGHT

Copyright 2008-2013 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 libcpath.h include file

January 3, 2013 libcpath