[cs631apue] starting functions in GNU Linux mian()

xxu15 at stevens.edu xxu15 at stevens.edu
Tue Sep 16 22:15:00 EDT 2014


Hi,
I found that in many GNU Linux c files, at the begining of the main() function, there are such functions being invoked as below:

initialize_main (&argc, &argv); 
set_program_name (argv[0]); 
setlocale (LC_ALL, ""); 
bindtextdomain (PACKAGE, LOCALEDIR); 
textdomain (PACKAGE); 

Has any body figured out what they are used for ?




Sincerely,
Xiang Xu (徐祥) 
Student ID: 10388813
tel: +1 (201) 918-0570
      +86 13851478402
qq: 185904095
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.stevens.edu/pipermail/cs631apue/attachments/20140916/5939ba2d/attachment.html>


More information about the cs631apue mailing list