chore: split up some structs and add comments

This commit is contained in:
2025-05-20 18:59:09 +09:00
parent 48eeff16fa
commit 058afeb7ba
7 changed files with 159 additions and 143 deletions

View File

@@ -1,3 +1,5 @@
//! Internal a.out File abstraction.
use std::ffi::{c_uchar, c_ushort};
#[allow(non_camel_case_types)]