GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
AG_LIMITS(3) FreeBSD Library Functions Manual AG_LIMITS(3)

AG_Limits
agar limit constants

#include <agar/core.h>

The AG_Limits interface provides a portable way for obtaining various types of limits which can be architecture or platform-specific.

Max. number of characters in a filesystem path.
Max. number of characters in a single filename.
Min. recommended bytes in an I/O buffer.
Max. recommended bytes in an I/O buffer.

Value representible by int.
Max. value representible by Uint.
Value representible by long.
Max. value representible by Ulong.
Value representible by float.
Value representible by double.
Value representible by long double (defined only where HAVE_LONG_DOUBLE is set)
Smallest x of type float such that 1.0 + x != 1.0.
Smallest x of type double such that 1.0 + x != 1.0.
Smallest x of type long double such that 1.0 + x != 1.0 (defined only where HAVE_LONG_DOUBLE is set)

AG_Intro(3)

The AG_Limits interface first appeared in Agar 1.3.
August 19, 2008 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.