Function (Path Standard C Header / xargs.h)

xa_arg

void xa_arg(xa_list &list, size_t size, void *copyto);

Get the next argument

Article - About this type


Parameters

  xa_list &list
    Iterator Instance

  size_t size
    New argument size

  void *copyto
    The address of the variable to copy the new parameter to

函数 (属于 标准C头文件 / xargs.h)

xa_arg

void xa_arg(xa_list &list, size_t size, void *copyto);

获取下一个参数

关于此类型的介绍文章


参数

  xa_list &list
    参数迭代器实例

  size_t size
    新参数大小

  void *copyto
    要将新参数拷贝到的变量地址