gm2
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gm2] Fwd: C <--> gm2


From: rob solomon
Subject: [Gm2] Fwd: C <--> gm2
Date: Sat, 18 Dec 2010 09:34:02 -0500
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7

Another question I have is that I see many C status flags that begin
with an underscore.  Is there a reason that must continue, or should I
just remove it in gm2?

short _flags
bool _notimeout

Would it work if I change these to
flags: CARDINAL;
notimeout : BOOLEAN;

--rob

-------- Original Message --------
Subject: Re: [Gm2] Re: gm2 Digest, Vol 56, Issue 12
Date: Sat, 18 Dec 2010 08:34:24 +0100
From: Dragiša Durić <address@hidden>
To: rob solomon <address@hidden>

char * is ARRAY OF CHAR argument on Modula-2 side.

On Dec 18, 2010, at 12:36 AM, rob solomon wrote:

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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]