Can anyone help me understand #pragma?
ifndef TARGET_OS_LINUX #pragma once endif
What,when, where, why, an example?
The above is in
"Header guards are little pieces of code that protect the contents of a header file from being included more than once."