j
k
j a
j l
Huw Davies (@huw) commented about programs/notepad/main.c:
return dpi; } +VOID ToggleStatusBar(VOID)
return dpi;
}
+VOID ToggleStatusBar(VOID)
`static` (as the function isn't used outside the file).
Also, and I know it not the case in this file, but let's use `void` rather than `VOID`.
Back to the thread
Back to the list