From 56d3cbcf7a6a6f83706962dd24846906fa2bb420 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 5 Jul 2023 11:32:56 +0200 Subject: Manual: Refine `ArgumentIsPascalString` --- doc/manual/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/manual/index.html b/doc/manual/index.html index b960b56..021720c 100755 --- a/doc/manual/index.html +++ b/doc/manual/index.html @@ -961,11 +961,11 @@
ArgumentIsPascalString
Syntax: ArgumentIsString [function name] - [indice-tuples...], with each tuple being index for the int length - and the const char* value argument with index 0 for the the first argument
+ [indice-tuples...], with each tuple being the argument-index for the 'int length' + and the 'char* value' argument with index 0 for the the first argument
(optional) For a C function with one or more outgoing - int length and char* value (or compatible data type) arguments, + 'int length' and 'char* value' (or compatible data type) arguments, indicates that those arguments are semantically non-null-terminated Pascal strings rather than null-terminated C strings or arbitrary arrays of bytes. The generated glue code will be modified to emit those arguments as java.lang.String objects rather than -- cgit v1.2.3