LinuxSA Mailing list archives

Index: [thread] [date] [subject] [author] [stats]
  From: Stephen White <spwhite@chariot.net.au>
  To  : <linuxsa@linuxsa.org.au>
  Date: Fri, 1 Jun 2001 19:14:46 +0930 (CST)

Re: A view on MS and licencing ...

On Fri, 1 Jun 2001, Daryl Tester wrote:

> [Unreferenced Footnote]  My C is getting rusty too, which really
> scares me ...

Come on, come on, do the devolution with me, he hi ho...

Before you know it, you'll be writing your C programs in good old K&R
again...

  int
  main(argc, argv)
    int argc;
    char **argv;
  {
    puts("--");
    puts("Dazzledaks");
    puts("Testosterone Pumper Extraordinare!");
  
    exit(0);
  }

Can you still explain why it's **argv, not *argv[]? :)

-- 
  spwhite@chariot.net.au

-- 
LinuxSA WWW: http://www.linuxsa.org.au/  IRC: #linuxsa on irc.linux.org.au
To unsubscribe from the LinuxSA list:
  mail linuxsa-request@linuxsa.org.au with "unsubscribe" as the subject


Index: [thread] [date] [subject] [author] [stats]
Return to the LinuxSA Mailing List Information Page