Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

uthash-dev(3) [debian man page]

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)

Check Out this Related Man Page

SLUDGE TRANSLATION 
E(1) SLUDGE Translation Editor Manu SLUDGE TRANSLATION E(1) NAME
sludge-translationeditor - edit SLUDGE translation files SYNOPSIS
sludge-translationeditor [translationfile.tra] DESCRIPTION
This manual page documents briefly the sludge-translationeditor command. This manual page was written for the Debian distribution because the original program does not have a manual page. Instead, it has documentation in the html format; see below. FILES
${HOME}/.config/sludge-devkit/ This directory is used to store configuration files. BUGS
Please report bugs in the SLUDGE forum at http://opensludge.sourceforge.net. SEE ALSO
sludge-devkit(1), sludge-engine(1) The full SLUDGE documentation is included in the package sludge-doc. It is installed to /usr/share/doc/sludge/SLUDGE_Help.html. AUTHOR
Tobias Hansen <tobias.han@gmx.de> Wrote this manpage for the Debian system. COPYRIGHT
Copyright (C) 2011 Tobias Hansen 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-3. sludge-translationeditor 05/13/2012 SLUDGE TRANSLATION E(1)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

problem with relative pathing

Hi all, My directory structure is as follows home /md/DEV/SCRIPTS/DAILY and home/md/DEV/MIS/LANDING so this command find home/md/DEV/MIS/LANDING -name MIS_Customer_\* is giving me the desired output ... (1 Reply)
Discussion started by: rajarp
1 Replies

2. Programming

Migrating C Executable in UNIX from DEV to PROD

Hi Is there any specific way to FTP a C executable from DEV to PROD. We recently changed a C program compiled in DEV, created EXE and tested fine. But when we moved the EXE to PROD. It did not work. We have tried restarting the sever too. Once we put back the old Exe it starts to work again. The... (1 Reply)
Discussion started by: rainbow29
1 Replies

3. UNIX for Advanced & Expert Users

/dev/fb: Permission denied

I am experiencing this problem on SunOS 5.8: ------------------------------ calling xinit /usr/../../.xintrc -- /usr/openwin/bin/Xsun # .. is some directory - not important /dev/fb: Permission denied /dev/fb: Permission denied Graphics Adapter device /dev/fb is of unknown type ... (1 Reply)
Discussion started by: sreyes27
1 Replies

4. Shell Programming and Scripting

Using sed to put text end of line

how to use sed to put .txt end of line..my input file below file1 make=^bak12^". DEV=LONG^cmd/usr/bak/ade4^" ..................................... file 2 make=^and_LONG/bak12^". DEV=LONG^cmd/usr/bak/ban3^" .......................................... file 3... (6 Replies)
Discussion started by: zulabc
6 Replies

5. UNIX for Dummies Questions & Answers

How to search & list subdirectories with the given file name

Question: How to search & list subdirectories with the given file name? For example: The directory structure looks like; /Builds/DEV/Build_RL01/DDL/ a_tbl_cre.sql ...... /Builds/DEV/Build_RL01/DML/ a_upd.sql .... .... Requirements: 1. I need to find subdirectory DML which is... (0 Replies)
Discussion started by: Siva SQL
0 Replies