What does 512L mean? (or possibly any number followed by capital L)
512L
Example:
uint sec and then some code with the expression: sec * 512L
uint sec
sec * 512L
(extracted from XV6 code - mkfs.c)
L is l ong.
L
This creates a literal of type long .
long
L will also work, but it looks like 1 , so it should be avoided.
1
Source: https://habr.com/ru/post/1488392/More articles:Python: parse a text table and convert to a nested data structure - pythonUsing an image as a flag - javascriptGCHandle.FromIntPointer does not work as expected - c #Python 3Windows Phone Get Keyboard Height - c #How to determine keyboard offset - c #PHP form without changing pages - jqueryhttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1488395/jenkins-pass-build-parameters-to-email-ext-template&usg=ALkJrhgb9RNvAgMrpDwGVI15N7Q6uVy7VALogonUser error with error code: 1326 - c #Unordered_multimap :: bucket () return value when key does not exist? - c ++All Articles