Hello;
I am learning the C language and I came to a program in which there is a function preceded by the word Static. Something like that:
static Void function_name (void)
and I just don't understand it completely. I understand the static variable inside the function, but I don't understand marking the function as static.
I am learning the C language and I came to a program in which there is a function preceded by the word Static. Something like that:
static Void function_name (void)
and I just don't understand it completely. I understand the static variable inside the function, but I don't understand marking the function as static.