comp.lang.ada
 help / color / mirror / Atom feed
From: sk <noname@myob.com>
Subject: Re: C lib returns char** - How in ADA?
Date: Thu, 30 May 2002 02:42:36 -0500
Date: 2002-05-30T02:42:36-05:00	[thread overview]
Message-ID: <mailman.1022744642.14001.comp.lang.ada@ada.eu.org> (raw)
In-Reply-To: pan.2002.05.30.02.29.15.879907.5334@cowgar.com

Hi,

Have a look at package Interfaces.C.Strings in the
references manual. The package which provides :

type char_array_access is access all char_array;
type chars_ptr is private;
type chars_ptr_array is array (size_t range <>) of chars_ptr;

which appears to be what you are looking for.

-- 
-------------------------------------
-- Merge vertically for real address
-------------------------------------
s n p @ t . o
 k i e k c c m
-------------------------------------



  reply	other threads:[~2002-05-30  7:42 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-05-30  6:34 C lib returns char** - How in ADA? Jeremy Cowgar
2002-05-30  7:42 ` sk [this message]
2002-05-30  7:56 ` sk
2002-05-30  7:57 ` tmoran
2002-05-30 16:32 ` Pascal Obry
2002-05-31  0:28   ` Jeremy Cowgar
2002-05-31 18:46     ` Pascal Obry
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox