lace_c_math_0.1.0_e47df28c/source/thin/c_math_c.ads

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
-- This file is generated by SWIG. Please do *not* modify by hand.
--
with Interfaces.C;

package c_math_c is

   -- Real
   --
   subtype Real is Interfaces.C.C_float;

   type Real_array is
     array (Interfaces.C.size_t range <>) of aliased c_math_c.Real;

   -- Index
   --
   subtype Index is Interfaces.C.int;

   type Index_array is
     array (Interfaces.C.size_t range <>) of aliased c_math_c.Index;

end c_math_c;