Ctpp 1.0.41 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Ctpp 1.0.41 (Default branch)
# 1  
Old 08-15-2008
Ctpp 1.0.41 (Default branch)

Ctpp is the C99-compatible C preprocessor of theCtalk language, which provides object orientedextensions for C. The preprocessor is compatible with GNU cpp and provides extensions like macro expansion in warning and error messages, saving expanded macros to files, and built-in symbol definition for many command line options. You can download the preprocessor separately while Ctalk is between versions for development.License: GNU General Public License v3Changes:
This release contains several minor bugfixes and performance improvements.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
UTHASH-DEV(3)						      uthash-dev User Manual						     UTHASH-DEV(3)

NAME
uthash-dev - Hash map and linked list implementation SYNOPSIS
#include <uthash.h> #include <utlist.h> #include <utarray.h> #include <utstring.h> DESCRIPTION
The uthash-dev Debian package build from the uthash source package contains the uthash, utlist, utharray, and utstring headers. They can be included in any C source code and provide a hash map, linked list, etc implementations as C preprocessor macros. The documentation is available in the documentation directory of the package (/usr/share/doc/uthash-dev/) in HTML and PDF format. Additionally, some examples are also included that have been provided as test cases in the upstream release. FILES
/usr/include/uthash.h The hash map implementation as C preprocessor macro. /usr/include/utlist.h The linked list implementation as C preprocessor macro. /usr/include/utarray.h The dynamic array implementation as C preprocessor macro. /usr/include/utstring.h The dynamic string implementation as C preprocessor macro. AUTHOR
Bastian Blywis <blywis@zedat.fu-berlin.de> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2009 Bastian Blywis This manual page was written for the Debian system (and may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or (at your option) any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. uthash-dev 03/11/2012 UTHASH-DEV(3)