技巧建立在基礎之上
#include <stdio.h>#include <stdlib.h>int main (){ char * pPath; pPath = getenv ("PATH"); if (pPath!=NULL) printf ("The current path is: %s",pPath); return 0;}
沒有留言:
張貼留言