Yahui Sun
Results
1
comments of
Yahui Sun
I encountered the following struct when converting MUSL to Checked C: ``` struct __ns_msg { const unsigned char *_msg_ptr, *_eom; const unsigned char *_sections[4]; // ... } ``` Here, `_sections`...