Do these people get paid by the LOC?

That's what C used to be like when I first used it. There were no initializers back then, and all variable declarations had to be at the beginning of a function. You couldn't just put int x=42; in the middle of a function like you can now.