Standard Portable Library 0.1.8 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Standard Portable Library 0.1.8 (Default branch)
# 1  
Old 02-25-2008
Standard Portable Library 0.1.8 (Default branch)

The Standard Portable Library is a pointer friendly C/C++ STL substitute. The API is similar to Java or .NET and includes common data structures, networking, and database support. License: GNU General Public License (GPL) Changes:
The plain old C API has been removed, so the library is pure C++ now. freetds and MySQL client libraries are now correctly detected in the make check build. Classes for statistical analysis were implemented. New unit tests were added and numerous bugs were fixed.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
HBA_GetVersion(3HBAAPI)                       Common Fibre Channel HBA Information Library Functions                       HBA_GetVersion(3HBAAPI)

NAME
HBA_GetVersion - determine the version of the API supported by the Common Library SYNOPSIS
cc [ flag... ] file... -lHBAAPI [ library... ] #include <hbaapi.h> HBA_UINT32 HBA_GetVersion(void); DESCRIPTION
The HBA_GetVersion() function returns the version of the API that the Common Library supports. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: FC-MI 1.92 (API | | |version 1) | +-----------------------------+-----------------------------+ | |Standard: FC-HBA Version 4 | | |(API version 2) | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
libhbaapi(3LIB), attributes(5) T11 FC-MI Specification SunOS 5.10 1 Sep 2003 HBA_GetVersion(3HBAAPI)