caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
From: Patrick Goldbronn - SYSCO <patrick.goldbronn@cea.fr>
To: "Inria, caml" <caml-list@inria.fr>
Subject: Re: use of camlidl
Date: Wed, 15 Dec 1999 09:03:55 +0000	[thread overview]
Message-ID: <3857597B.3EB036F7@cea.fr> (raw)
In-Reply-To: <38564CD2.E5C1A7E4@cea.fr>

Hello,

I have another trouble : I can't define a string array.

I have the C function :

void NP_initialize( int argc, char ** argv, int *err );

Where argc is the length of the string array argv (of course) and err is
an error code.

I can't retrieve the 'string array' in ml file. I've got 'char option
array'  ??

void NP_initialize( [in] int argc, [in,length_is(argc)] char ** argv,
[out] int *err );

- 
#####################################
# Patrick GOLDBRONN                 #
# CEA - DRN/DMT/SYSCO               #
# CE-Saclay, Bâtiment 460           #
# 91191 GIF/YVETTE CEDEX (FRANCE)   #
#                                   #
# Tél : 01 69 08 73 55              #
# Fax : 01 69 08 96 96              #
#####################################




  reply	other threads:[~1999-12-15  9:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-14 13:57 Patrick Goldbronn - SYSCO
1999-12-15  9:03 ` Patrick Goldbronn - SYSCO [this message]
1999-12-16 10:35 ` Xavier Leroy

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3857597B.3EB036F7@cea.fr \
    --to=patrick.goldbronn@cea.fr \
    --cc=caml-list@inria.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).