7

such as kFastDtoaMaximalLength in fast-dtoa.h(Google v8)

is it represent kernel?

SDJSK
  • 1,292
  • 17
  • 24

1 Answers1

9

The "k" actually indicates that this variable is a constant (konstant?)

It's a use of Hungarian Notation (http://en.wikipedia.org/wiki/Hungarian_notation)

see: Objective C - Why do constants start with k

Community
  • 1
  • 1
mixmastered
  • 277
  • 1
  • 3