Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Apr 2010 22:03:24 -0400 (EDT)
From:      vogelke@bsd118.wpafb.af.mil (Karl Vogel)
To:        freebsd-questions@freebsd.org
Subject:   Re: are the are C [or C++] src sites ....
Message-ID:  <20100415020325.059D6B7ED@bsd118.wpafb.af.mil>
In-Reply-To: <20100411223916.GB17162@thought.org> (message from Gary Kline on Sun, 11 Apr 2010 15:39:16 -0700)
References:  <20100410151842.GA99692@thought.org> <20100410194515.GA96745@comcast.net> <20100411223916.GB17162@thought.org>

next in thread | previous in thread | raw e-mail | index | archive | help

>> On Sun, 11 Apr 2010 15:39:16 -0700, 
>> Gary Kline <kline@thought.org> said:

G> what i am thinking of is functions that work in any of several venues:
G> math, [every] science, strings, filenames, queues, stacks, arrays,
G> <whatever>.

   Have a look at the Apache runtime library:
   http://en.wikipedia.org/wiki/Apache_Portable_Runtime

   It provides:
    * Memory allocation and memory pool functionality
    * Atomic operations
    * Dynamic library handling
    * File I/O
    * Command argument parsing
    * Locking
    * Hash tables and arrays
    * Mmap functionality
    * Network sockets and protocols
    * Thread, process and mutex functionality
    * Shared memory functionality
    * Time routines
    * User and group ID services

-- 
Karl Vogel                      I don't speak for the USAF or my company

Difference between airplanes and women #4:
Airplanes don't object to a preflight inspection.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100415020325.059D6B7ED>