What is the standard way to name a temp variable in the local function? let me give you an illustration of what I am doing. I get a pointer to a structure, so I want store one o
I would call it saved_m_d, or simply m_d (but then, I would also give m_d a different name).
saved_m_d
m_d