>> On Sun, 11 Apr 2010 15:39:16 -0700, 
>> Gary Kline <[email protected]> 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.
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[email protected]"

Reply via email to