📄 auxfns.xml
字号:
<chapter><title>Auxiliary Functions</title><para>There are a number of abstract data types mostly only used internally by PBC.A notable exception is the function <command>find_mnt6_curve()</command>which appends its results to a <type>darray_t</type>.</para><section><title>Dynamic Arrays</title><para>The <type>darray_t</type> data type manages an array of pointers oftype <type>void *</type>, allocating more memory when necessary.</para><variablelist>&darray;</variablelist></section><section><title>Symbol Tables</title><para>The <type>symtab_t</type> data type manages symbol tables wherethe keys are strings of type <type>char *</type> and the valuesare pointers oftype <type>void *</type>.</para><para>At present, they are implemented inefficiently using dynamic arrays,but this will change if the need arises.</para><variablelist>&symtab;</variablelist></section></chapter>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -