The R Project SVN R

Rev

Rev 11489 | Rev 37127 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11489 Rev 11497
Line 17... Line 17...
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18
 *
18
 *
19
 */
19
 */
20
 
20
 
21
#define MATHLIB_STANDALONE 1
21
#define MATHLIB_STANDALONE 1
22
#include "Rmath.h"
22
#include <Rmath.h>
23
 
23
 
24
 
-
 
25
 
24
int
26
int main()
25
main()
27
{
26
{
28
/* something to force the library to be included */
27
/* something to force the library to be included */
29
    qnorm(0.7, 0.0, 1.0, 0, 0); 
28
    qnorm(0.7, 0.0, 1.0, 0, 0); 
30
    return 0;
29
    return 0;
31
}
30
}