在分析安卓源码过程中看到几处使用变长结构体的例子,比如下面的结构体:
struct command
{
/* list of commands in an action */
struct listnode clist;
int (*func)(int nargs, char **args);
int nargs;
char *args[1];
...
分类:
其他好文 时间:
2014-07-16 16:16:29
阅读次数:
381
Because eps terminal is different from the one for screen display, the font size and line width should all be adjusted as the following example:clist ...
分类:
移动开发 时间:
2014-06-24 14:26:32
阅读次数:
438