This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re[6]: vmstat


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]