El Jueves, 1 de Octubre de 2009, Saúl Ibarra escribió: > > What do you mean exactly with "static"? > > He surely means why functions are like "static in myfunctionname...". > Functions are static because the don't need to be exported so if you > declare a funcion as static in C you can only use it within that .c > file IIRC.
Right thanks. And the answer is that replied by Stanisław: such functions are just supposed to be used by its own module. -- Iñaki Baz Castillo <[email protected]> _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
