What does "PRIVATE" in "PRIVATE int func_name()" in c? -


i have following c function,

private int func_name() {    return 0; } 

what "private" mean here?

in "normal" c private has no meaning.

it #define static (or perhaps nothing). i'd suggest trying grab output of pre-processor see looks like. in gcc it's -e stop after pre-processor stage.


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -