in reply to Change the data to have the format which is like a C struct.
That doesn't look like any "standard C" I've ever seen?
mm struct { a = 1; b = 3; m1 struct = { c = 4; d = 5; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Convert Non-standard C struct data to standard C struct
by Laurent_R (Canon) on Apr 28, 2013 at 16:45 UTC | |
by BrowserUk (Patriarch) on Apr 28, 2013 at 17:04 UTC | |
by Laurent_R (Canon) on Apr 28, 2013 at 21:20 UTC | |
|
Re^2: Convert Non-standard C struct data to standard C struct
by dwslovedh (Novice) on Apr 29, 2013 at 01:51 UTC | |
by davido (Cardinal) on Apr 29, 2013 at 04:48 UTC |