Skip to content

Commit b103d39

Browse files
author
SimonePDA
authored
Merge pull request #273 from robsoncouto/patch-10
Fix in Return section
2 parents 605c59e + 6a3e54e commit b103d39

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

Language/Variables/Utilities/sizeof.adoc

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,8 @@ categories: [ "Variables" ]
44
subCategories: [ "Utilities" ]
55
---
66

7-
8-
9-
10-
117
= sizeof
128

13-
149
// OVERVIEW SECTION STARTS
1510
[#overview]
1611
--
@@ -32,14 +27,11 @@ The sizeof operator returns the number of bytes in a variable type, or the numbe
3227

3328
[float]
3429
=== Returns
35-
Nothing
30+
The number of bytes in a variable or bytes occupied in an array. (size_t)
3631

3732
--
3833
// OVERVIEW SECTION ENDS
3934

40-
41-
42-
4335
// HOW TO USE SECTION STARTS
4436
[#howtouse]
4537
--
@@ -84,4 +76,4 @@ for (i = 0; i < (sizeof(myInts)/sizeof(int)); i++) {
8476
----
8577

8678
--
87-
// HOW TO USE SECTION ENDS
79+
// HOW TO USE SECTION ENDS

0 commit comments

Comments
 (0)