Menu

Home

GreenApple

Overview

This page is WIP, sorry :P

Setup

Distribution

The library is not currently distributed in OS specific formats but only as header and source files, and should be directly included and compiled inside your project.
It supports all standard C99 (and forward) implementations, as well as C89 implementations providing 'stdint.h' library.

Options

Some features can be enabled or disabled by defining macros before library inclusion;
You can check the full list of pre-include macros on the macros wiki section.

Documentation

Types

StringLib C library currently defines a single _string type, also defined as string through a macro after checking whether a string macro already exists.
The type is defined as an obfuscated structure, and weights 20 bytes on most machines (not including allocated memory)

Functions

The library contains four type of functions: checking functions, string comparing functions, I/O functions and file R/W functions.
You can check the functions wiki page for more details.

Macros

A full list of all macros and macro options can be checked inside the macros wiki section.

Project Members:


Related

Wiki: Functions
Wiki: Macros