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

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.

  

2. environment list 

     extern char ** environ

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

   

    

3. memory arragement

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

  

 

     

posted on 2014-10-14 15:56  zReachzer  阅读(127)  评论(0编辑  收藏  举报