Page 1 of 1

[Implemented] Byte arrays outside structures

Posted: Wed Apr 13, 2005 12:24 pm
by El_Choni
MyFixedLengthString.b[length] outside structures, makes porting C code typeless ;)

Posted: Wed Apr 13, 2005 1:21 pm
by blueznl
lost me...

Posted: Wed Apr 13, 2005 5:37 pm
by Kale
Kind of wished for here too: viewtopic.php?t=7853 Maybe have the char (var.c) type work outside structs aswell. :)

Posted: Wed Apr 13, 2005 11:34 pm
by blueznl
oh okay, i was confused by the 'typeless' part...

sounds a bit like my pet subject: fixed length strings :-)

alpha.c[12]="123456789012"

Posted: Thu Apr 14, 2005 8:34 am
by El_Choni
Yes, but I don't think we need a new type, do we? After all, they also use "char" for bytes in C.