vmstat

Pavel Tsekov ptsekov@syntrex.com
Thu Jul 4 07:27:00 GMT 2002


Hello Chris,

Thursday, July 04, 2002, 4:18:07 PM, you wrote:

CJ> uptime reads the /proc files regardless of what options you pass.

int main(int argc, char *argv[]) {
  if(argc == 1) print_uptime();
  if((argc == 2) && (!strcmp(argv[1], "-V"))) display_version();
  return 0;
}

How ?

I'm currently building debug dll... I'll report back if I find
something.



More information about the Cygwin-apps mailing list