macro_rules! int {
($tag:expr, $id:expr, $int:expr) => { ... };
}
Expand description
Generate a static item containing the given string, and return its
EntryAddr
.
You must pass a numeric tag, a numeric ID, and &CStr
(which is always
null-terminated).