News

It means this func is only called from the cpp file. It is not possible to be called by other cpp files. the static functions defined in C can be assumed that they are in an unnamed namespace scope ...
A storage class in the context of C++ variable declarations is a type specifier that governs the lifetime, linkage, and memory location of objects. A given object can have only one storage class.