hello
type msg_buf* {.bycopy.} = object mtype*: clong mtext*: array[MSGTXTLEN, char] var Q_msg*: msg_buf Run
type msg_buf* {.bycopy.} = object mtype*: clong mtext*: array[MSGTXTLEN, char] var Q_msg*: msg_buf
I have a header H
with
} Q_msg;
will bycopy share the structure
thank you