comparison dyncall/dyncall_signature.h @ 403:a3e47b7c808c

- comment for clarity
author Tassilo Philipp
date Wed, 07 Apr 2021 17:55:59 +0200
parents 3bdd326dc269
children ddfb9577a00e
comparison
equal deleted inserted replaced
402:41e2a01cad32 403:a3e47b7c808c
53 #define DC_SIGCHAR_LONGLONG 'l' 53 #define DC_SIGCHAR_LONGLONG 'l'
54 #define DC_SIGCHAR_ULONGLONG 'L' 54 #define DC_SIGCHAR_ULONGLONG 'L'
55 #define DC_SIGCHAR_FLOAT 'f' 55 #define DC_SIGCHAR_FLOAT 'f'
56 #define DC_SIGCHAR_DOUBLE 'd' 56 #define DC_SIGCHAR_DOUBLE 'd'
57 #define DC_SIGCHAR_POINTER 'p' 57 #define DC_SIGCHAR_POINTER 'p'
58 #define DC_SIGCHAR_STRING 'Z' 58 #define DC_SIGCHAR_STRING 'Z' /* in theory same as 'p', but convenient to disambiguate */
59 #define DC_SIGCHAR_STRUCT 'T' 59 #define DC_SIGCHAR_STRUCT 'T'
60 #define DC_SIGCHAR_ENDARG ')' /* also works for end struct */ 60 #define DC_SIGCHAR_ENDARG ')' /* also works for end struct */
61 61
62 /* calling convention / mode signatures */ 62 /* calling convention / mode signatures */
63 63