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
Add a data type size_t to the data type section; maybe add a hint about sizeof to determine what the size of size_t is so people can determine for themselves.
The text was updated successfully, but these errors were encountered:
I agree that it should be documented. 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, which should be documented, and that will naturally lead users to look for a size_t page in the Data Types section of the Language Reference.
*Moved from arduino/Arduino#6921 by @sterretje
As title says
Add a data type size_t to the data type section; maybe add a hint about sizeof to determine what the size of size_t is so people can determine for themselves.
The text was updated successfully, but these errors were encountered: