Skip to main content

The portable.h File Reference

Portable versions of functions that are platform dependent. More...

Included Headers

#include <stdio.h> #include <sys/types.h> #include <stdint.h> #include <fstream> #include "containers.h" #include "qcstring.h"

Namespaces Index

namespacePortable

Functions Index

void *portable_iconv_open (const char *tocode, const char *fromcode)
size_tportable_iconv (void *cd, const char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft)
intportable_iconv_close (void *cd)

Description

Portable versions of functions that are platform dependent.

Functions

portable_iconv()

size_t portable_iconv (void * cd, const char ** inbuf, size_t * inbytesleft, char ** outbuf, size_t * outbytesleft)

portable_iconv_close()

portable_iconv_open()

void * portable_iconv_open (const char * tocode, const char * fromcode)

Generated via doxygen2docusaurus by Doxygen 1.14.0.