Macro str

Source
macro_rules! str {
    ($tag:expr, $id:expr, $str: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).