/* · * C Program to Print Environment variables · */ · #include <stdio.h> · void main(int argc, char *argv[], char * envp[]) · { · int i;
確定! 回上一頁