Object file extension
Source position: fpmkunit.pp line 308
const ObjExt = '.o'; |
Constant defining the file extension for compiled object files. Object files contain machine code generated from source compilation and are linked together to create executables.