Skip to content

Commit 98ccfa3

Browse files
committed
Index: Fix several more typos in C index
1 parent e030000 commit 98ccfa3

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

index-functions-c.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929

3030
<!-- generic types -->
3131

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"/>
3838

3939
<!-- fixed width integer types -->
4040

@@ -777,13 +777,13 @@
777777

778778
<const name="FE_DFL_ENV" link="c/numeric/fenv/FE_DFL_ENV"/>
779779

780-
<!-- cpp/numeric/random -->
780+
<!-- c/numeric/random -->
781781

782782
<function name="srand" link="c/numeric/random/srand"/>
783783
<function name="rand" link="c/numeric/random/rand"/>
784784
<const name="RAND_MAX" link="c/numeric/random/RAND_MAX"/>
785785

786-
<!-- cpp/numeric/random -->
786+
<!-- c/numeric/random -->
787787

788788
<const name="complex" link="c/numeric/complex/complex"/>
789789
<const name="_Complex_I" link="c/numeric/complex/Complex_I"/>
@@ -861,12 +861,12 @@
861861
<function name="ctanhf" link="c/numeric/complex/ctanh"/>
862862
<function name="ctanhl" link="c/numeric/complex/ctanh"/>
863863

864-
<!-- cpp/algorithm -->
864+
<!-- c/algorithm -->
865865

866866
<function name="qsort" link="c/algorithm/qsort"/>
867867
<function name="bsearch" link="c/algorithm/bsearch"/>
868868

869-
<!-- cpp/io/c -->
869+
<!-- c/io -->
870870

871871
<function name="fopen" link="c/io/fopen"/>
872872
<function name="freopen" link="c/io/freopen"/>

0 commit comments

Comments
 (0)