Skip to content

Commit c2c6ee3

Browse files
authored
Merge pull request #671 from animeshsrivastava24/patch-19
Code Highlight markup and Link colouration fix sizeof.adoc
2 parents 77e75e4 + e5e4b14 commit c2c6ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Variables/Utilities/sizeof.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ The `sizeof` operator returns the number of bytes in a variable type, or the num
2323

2424
[float]
2525
=== Parameters
26-
`variable`: The thing to get the size of. Allowed data types: any variable type or array (e.g. `int`, `float`, `byte`).
26+
`variable`: The thing to get the size of. Allowed data types: any variable type or array (e.g. `link:../../data-types/int[int]`, `link:../../data-types/float[float]`, `link:../../data-types/byte[byte]`).
2727

2828

2929
[float]
3030
=== Returns
31-
The number of bytes in a variable or bytes occupied in an array. Data type: `size_t`.
31+
The number of bytes in a variable or bytes occupied in an array. Data type: `link:../../data-types/size_t[size_t]`.
3232

3333
--
3434
// OVERVIEW SECTION ENDS

0 commit comments

Comments
 (0)