I'm looking at MS DOS Headers with C. I am trying to find the end of the header, and in the documentation there is this:
WORD e_cparhdr; // Size of header in paragraphs
I am unfamiliar with what a paragraph is exactly. Is it a defined set of words? and does that definition change on different systems i.e. 32-64 bit.