I was just browsing some C-code that I did not write and I saw a line that said:
#define MILISECONDS_PER_SECOND 1000L If I wrote the same line I would have written it without the 'L'. What is the point of the 'L'?
I was just browsing some C-code that I did not write and I saw a line that said:
#define MILISECONDS_PER_SECOND 1000L If I wrote the same line I would have written it without the 'L'. What is the point of the 'L'?