Skip to content

Commit 6ebba2b

Browse files
author
p12
committed
Index: show hidden C type-related constants and functions
1 parent 8e5fdb4 commit 6ebba2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index-functions-c.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
<!-- c/types -->
2929

3030
<!-- generic types -->
31-
<!--
31+
3232
<typedef name="std::size_t" link="cpp/types/size_t"/>
3333
<typedef name="std::ptrdiff_t" link="cpp/types/ptrdiff_t"/>
3434
<typedef name="std::nullptr_t" link="cpp/types/nullptr_t"/>
3535
<const name="NULL" link="cpp/types/NULL"/>
3636
<typedef name="std::max_align_t" link="cpp/types/max_align_t"/>
3737
<function name="offsetof" link="cpp/types/offsetof"/>
38-
-->
38+
3939
<!-- fixed width integer types -->
4040

4141
<typedef name="int8_t" link="c/types/integer"/>

0 commit comments

Comments
 (0)