首页 > 其他 > 详细

unix环境高级编程-7-process env

时间:2014-10-14 16:45:20      阅读:204      评论:0      收藏:0      [点我收藏+]

1.  exit handler.

  atexit(void (*func)(void));   #automatically called by exit()

      exit() calls these functions in reverse order of their registeration. Ease function is called as many times as it was registered.

  bubuko.com,布布扣

2. environment list 

     extern char ** environ

     access to specific environment variable, use getenv() and putenv()

   bubuko.com,布布扣

    

3. memory arragement

    unix command size report the size(in bytes) of the text , data and bss segments

  bubuko.com,布布扣

 

     

unix环境高级编程-7-process env

原文:http://www.cnblogs.com/reach/p/4024599.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!