[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gm2] Re: gm2 Digest, Vol 56, Issue 12
From: |
Dragiša Durić |
Subject: |
Re: [Gm2] Re: gm2 Digest, Vol 56, Issue 12 |
Date: |
Sat, 18 Dec 2010 00:00:24 +0100 |
Example of variadic use is in gm2 documentation, search for printf.
You can only pass variadics to C code...
I needed them for my Modula-2 library too, and it's one of first things
I made when started my transition to gm2. MakeArgs.def + its C part. If
someone needs these, I can send C part too to list.
On Fri, 2010-12-17 at 17:18 -0500, rob solomon wrote:
> I looked at the example and saw window device. How does that work with
> ncurses?
>
> And I looked at ncurses.def. There are a lot of commented out lines
> that to me look like untranslated C code.
>
> How do I specify a variadic variable in a def module?
>
> PROCEDURE printw ( char *, ...) : INTEGER;
>
> And I don't know how to translate the char * idiom. I never spoke C. I
> stayed firmly in the Wirthian Camp.
>
>
>
>
>
> _______________________________________________
> gm2 mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/gm2
--
Dragiša Durić <address@hidden>