|
29 | 29 |
|
30 | 30 | <!-- generic types --> |
31 | 31 |
|
32 | | - <typedef name="size_t" link="cpp/types/size_t"/> |
33 | | - <typedef name="ptrdiff_t" link="cpp/types/ptrdiff_t"/> |
34 | | - <typedef name="nullptr_t" link="cpp/types/nullptr_t"/> |
35 | | - <const name="NULL" link="cpp/types/NULL"/> |
36 | | - <typedef name="max_align_t" link="cpp/types/max_align_t"/> |
37 | | - <function name="offsetof" link="cpp/types/offsetof"/> |
| 32 | + <typedef name="size_t" link="c/types/size_t"/> |
| 33 | + <typedef name="ptrdiff_t" link="c/types/ptrdiff_t"/> |
| 34 | + <typedef name="nullptr_t" link="c/types/nullptr_t"/> |
| 35 | + <const name="NULL" link="c/types/NULL"/> |
| 36 | + <typedef name="max_align_t" link="c/types/max_align_t"/> |
| 37 | + <function name="offsetof" link="c/types/offsetof"/> |
38 | 38 |
|
39 | 39 | <!-- fixed width integer types --> |
40 | 40 |
|
|
777 | 777 |
|
778 | 778 | <const name="FE_DFL_ENV" link="c/numeric/fenv/FE_DFL_ENV"/> |
779 | 779 |
|
780 | | - <!-- cpp/numeric/random --> |
| 780 | + <!-- c/numeric/random --> |
781 | 781 |
|
782 | 782 | <function name="srand" link="c/numeric/random/srand"/> |
783 | 783 | <function name="rand" link="c/numeric/random/rand"/> |
784 | 784 | <const name="RAND_MAX" link="c/numeric/random/RAND_MAX"/> |
785 | 785 |
|
786 | | - <!-- cpp/numeric/random --> |
| 786 | + <!-- c/numeric/random --> |
787 | 787 |
|
788 | 788 | <const name="complex" link="c/numeric/complex/complex"/> |
789 | 789 | <const name="_Complex_I" link="c/numeric/complex/Complex_I"/> |
|
861 | 861 | <function name="ctanhf" link="c/numeric/complex/ctanh"/> |
862 | 862 | <function name="ctanhl" link="c/numeric/complex/ctanh"/> |
863 | 863 |
|
864 | | - <!-- cpp/algorithm --> |
| 864 | + <!-- c/algorithm --> |
865 | 865 |
|
866 | 866 | <function name="qsort" link="c/algorithm/qsort"/> |
867 | 867 | <function name="bsearch" link="c/algorithm/bsearch"/> |
868 | 868 |
|
869 | | - <!-- cpp/io/c --> |
| 869 | + <!-- c/io --> |
870 | 870 |
|
871 | 871 | <function name="fopen" link="c/io/fopen"/> |
872 | 872 | <function name="freopen" link="c/io/freopen"/> |
|
0 commit comments