Download List

Descripción del Proyecto

cbase is a C library that simplifies systems software development on UNIX. The library includes functions for memory management, string parsing, sub-process execution, filesystem traversal, I/O, interfaces to IPC mechanisms including pseudo-terminals, shared memory, semaphores, and other facilities. It also has implementations of common dynamic data structures like linked lists, queues, stacks, and hash tables, a real-time scheduler similar in functionality to the cron daemon, and high-level APIs to Berkeley sockets and other networking functions. Full API documentation is included.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-05-26 23:07
1.3.5

Esta versión incluye una corrección de errores en las funciones de planificación y construcción de un general y las mejoras de configuración.
This release includes a bugfix in the scheduling functions and some general build and configuration improvements.

2007-09-10 12:34
1.3.4

Unas pocas funciones nuevas han sido añadidas.
Tags: Minor feature enhancements
A few new functions were added.

2007-09-04 15:26
1.3.3

Algunos se han añadido nuevas funciones y un error fue corregido.
Tags: Minor feature enhancements
Some new functions were added and a bug was fixed.

2007-08-29 18:02
1.3.2

Las advertencias del compilador en OS X se fija. Parámetros en algunas funciones fueron cambiados de uint_t por size_t de coherencia.
Tags: Minor bugfixes
Compiler warnings on OS X were fixed. Parameters
in some functions were changed from uint_t to
size_t for consistency.

2007-08-26 10:37
1.3.1

Algunos se han añadido nuevas funciones.
Tags: Minor feature enhancements
Some new functions were added.

Project Resources