are the are C [or C++] src sites ....

Karl Vogel vogelke at bsd118.wpafb.af.mil
Thu Apr 15 02:12:50 UTC 2010


>> On Sun, 11 Apr 2010 15:39:16 -0700, 
>> Gary Kline <kline at 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.


More information about the freebsd-questions mailing list