What does 512L
mean? (or probably any number followed by capital L)
example:
uint sec
and then some code with the expression:
sec * 512L
(taken out of the XV6 code - mkfs.c)
L
stands for long.
This creates a literal of type long
.
l
would also work, but it looks like 1
, so it should be avoided.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With