gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gcl-devel] Re: isfinite


From: Camm Maguire
Subject: [Gcl-devel] Re: isfinite
Date: 19 Jun 2002 15:50:30 -0400

Hi Dan!  Thanks!  OK, please try again.

Take care,

address@hidden writes:

> on solaris the finite function is:
> finite() returns true (1) if the argument  dsrc  is  neither
>      infinity nor NaN; otherwise it returns false (0).
> 
> C Library Functions                               getpagesize(3C)
> 
> NAME
>      getpagesize - get system page size
> 
> SYNOPSIS
>      #include <unistd.h>
> 
>      int getpagesize(void);
> 
> DESCRIPTION
>      getpagesize() returns the number of bytes in a  page.   Page
>      granularity is the granularity of many of the memory manage-
>      ment calls.
> 
>      The page size is a system page size and need not be the same
>      as the underlying hardware page size.
> 
>      The    getpagesize()    function    is     equivalent     to
>      sysconf(_SC_PAGE_SIZE) and sysconf(_SC_PAGESIZE).
> 
> RETURN VALUES
>      The getpagesize() function returns the current page size.
> 
> ERRORS
>      No errors are defined.
> 
> USAGE
>      The value returned by getpagesize() need not be the  minimum
>      value  that malloc(3C) can allocate.  Moreover, the applica-
>      tion cannot assume that an object of this size can be  allo-
>      cated with malloc().
> 
> SEE ALSO
>      pagesize(1),  brk(2),  getrlimit(2),  mmap(2),  mprotect(2),
> --More--(87%)                   
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah



reply via email to

[Prev in Thread] Current Thread [Next in Thread]