1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Added notes on where to find documentation and updates to each header file.

git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15071 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-11-27 09:51:45 +00:00
parent 1153e58366
commit 0809248009
51 changed files with 413 additions and 54 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: limits.h,v 1.8 2005-06-04 10:46:23 obarthel Exp $
* $Id: limits.h,v 1.9 2005-11-27 09:51:45 obarthel Exp $
*
* :ts=4
*
@ -29,6 +29,13 @@
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
****************************************************************************/
*
* Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>.
*
****************************************************************************/
*/
#ifndef _LIMITS_H