You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Although I don't think size_t is a type that will be commonly used by beginners in their code, some Arduino functions return size_t and that will naturally lead users to look for a size_t page in the Data Types section of the Language Reference.
`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()].
0 commit comments