Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of pymite by
PmString_s Struct Reference
String obj. More...
#include <strobj.h>
Data Fields | |
| PmObjDesc_t | od |
| Object descriptor. | |
| uint16_t | length |
| Length of string. | |
| struct PmString_s * | next |
| Ptr to next string in cache. | |
| uint8_t | val [1] |
| Null-term char array. | |
Detailed Description
String obj.
Null terminated array of chars.
Definition at line 76 of file strobj.h.
Field Documentation
| struct PmString_s* next |
Generated on Tue Jul 12 2022 21:25:47 by
1.7.2
