comparison liboctave/randgamma.h @ 9648:11844593875a

eliminate oct-dlldefs.h and oct-types.h
author John W. Eaton <jwe@octave.org>
date Thu, 17 Sep 2009 17:25:37 -0400
parents 4270ded9ddc6
children 4c0cdbe0acca
comparison
equal deleted inserted replaced
9647:54f45f883a53 9648:11844593875a
23 /* Original version written by Paul Kienzle distributed as free 23 /* Original version written by Paul Kienzle distributed as free
24 software in the in the public domain. */ 24 software in the in the public domain. */
25 25
26 #ifndef _RANDGAMMA_H 26 #ifndef _RANDGAMMA_H
27 27
28 #include "oct-types.h"
29
30 #ifdef __cplusplus 28 #ifdef __cplusplus
31 extern "C" { 29 extern "C" {
32 #endif 30 #endif
33 31
34 extern double oct_randg (double a); 32 extern double oct_randg (double a);