ABSTRACT

L a suffix used in the C language to mean “long”. For example, 23L is a 32-bit longword value. This was more important in the days when there were 16-bit implementations of C, when constants defaulted to 16-bitvalues. When this suffix is used on a floating point constant, it indicates the value should be an extended precision value.