Print_StringList
typedef struct {...} Print_StringList
Overview
Defines a struct for the string list.
Since: 12
Related module: OH_Print
Header file: ohprint.h
Summary
Member Variables
| Name |
Description |
| uint32_t count |
Number of strings. |
| char **list |
Double pointer to the string array. |