gm2
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
Procedure Const parameter?
From
:
Hưng Hưng
Subject
:
Procedure Const parameter?
Date
:
Sat, 21 Mar 2020 21:32:36 +0700
Free Pascal has this: procedure test(const x: pchar);
What is the equivalent in gm2?
I want a const pointer. e.g:
type test = pointer to integer;
procedure testit(const x: test);
I need it to be able to complete the translation of the C header to gm2.
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
Procedure Const parameter?
,
Hưng Hưng
<=
Re: Procedure Const parameter?
,
Gaius Mulley
,
2020/03/24
Re: Procedure Const parameter?
,
Fischlin Andreas
,
2020/03/24
Re: Procedure Const parameter?
,
john o goyo
,
2020/03/24
Prev by Date:
What is the equivalent of const char* in gm2?
Next by Date:
Is strings in gm2 null terminated?
Previous by thread:
What is the equivalent of const char* in gm2?
Next by thread:
Re: Procedure Const parameter?
Index(es):
Date
Thread