Skip to content

Commit ddd07f2

Browse files
authored
Merge pull request "Document size_t" #486 from per1234
Document size_t type
2 parents 094b995 + 7cd8466 commit ddd07f2

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

Diff for: Language/Variables/Data Types/size_t.adoc

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
---
2+
title: size_t
3+
categories: [ "Variables" ]
4+
subCategories: [ "Data Types" ]
5+
---
6+
7+
8+
9+
10+
11+
= size_t
12+
13+
14+
// OVERVIEW SECTION STARTS
15+
[#overview]
16+
--
17+
18+
[float]
19+
=== Description
20+
`size_t` is a data type capable of representing the size of any object in bytes. Examples of the use of `size_t` are the return type of link:../../Utilities/sizeof[sizeof()] and link:../../../Functions/Communication/Serial/print[Serial.print()].
21+
[%hardbreaks]
22+
23+
--
24+
// OVERVIEW SECTION ENDS
25+
26+
// SEE ALSO SECTION STARTS
27+
[#see_also]
28+
--
29+
30+
[float]
31+
=== See also
32+
33+
34+
--
35+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)