From 786ff9d82582070b74051dfe6add4156ca26845b Mon Sep 17 00:00:00 2001 From: Robson Couto Date: Mon, 27 Nov 2017 12:35:27 -0300 Subject: [PATCH] Fix in Return section The previous text said there was no returned value --- Language/Variables/Utilities/sizeof.adoc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/Language/Variables/Utilities/sizeof.adoc b/Language/Variables/Utilities/sizeof.adoc index 0bd3f87..7252fb3 100644 --- a/Language/Variables/Utilities/sizeof.adoc +++ b/Language/Variables/Utilities/sizeof.adoc @@ -4,13 +4,8 @@ categories: [ "Variables" ] subCategories: [ "Utilities" ] --- - - - - = sizeof - // OVERVIEW SECTION STARTS [#overview] -- @@ -32,14 +27,11 @@ The sizeof operator returns the number of bytes in a variable type, or the numbe [float] === Returns -Nothing +The number of bytes in a variable or bytes occupied in an array. (size_t) -- // OVERVIEW SECTION ENDS - - - // HOW TO USE SECTION STARTS [#howtouse] --