9.4. Source Line Count¶
This section gives the size of each library in terms off effective lines of source-code (ELOC) and is gathered from the pre-processed files only for the release library. The ELOC number only include lines with source that directly contribute to the object-files. For example, the following are _not_ included:
- comments
 - white-space
 - lines with only braces
 - type, structure, constant definitions
 
The ELOC number by itself is not very useful, but is provided since it is a frequently asked question.
| Library | ELOC | 
|---|---|
| rti_me | 29102 | 
| discdpde | 3334 | 
| discdpse | 1648 | 
| rh_sm + wh_sm | 1913 |