--- In [email protected], Brett McCoy <idragos...@...> wrote: > > On Wed, Feb 11, 2009 at 11:31 AM, Jim Dougherty <j_doughe...@...> wrote: > > > 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'? > > It makes it a long integer. >
I still don't get it. Can you give me an example where it would be wrong to use 1000 rather than 1000L ?
