Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions Language/Variables/Data Types/size_t.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
title: size_t
categories: [ "Variables" ]
subCategories: [ "Data Types" ]
---





= size_t


// OVERVIEW SECTION STARTS
[#overview]
--

[float]
=== Description
`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()].
[%hardbreaks]

--
// OVERVIEW SECTION ENDS

// SEE ALSO SECTION STARTS
[#see_also]
--

[float]
=== See also


--
// SEE ALSO SECTION ENDS