SecondProcess.c 88 B

123456
  1. #include <stdio.h>
  2. int main(int argc, char* argv[])
  3. {
  4. printf("%s\n", argv[0]);
  5. }