Re: [NEWBIE][CODE] two_arguments

From: Daniel Koepke (dkoepke@CALIFORNIA.COM)
Date: 05/25/98


On Mon, 25 May 1998, Mundi King wrote:

->  if (arg2 == '\0')

That should give you a compiler error.

  if (*arg2 == '\0')

or,

  if (!*arg)

They're the same.

-dak


     +------------------------------------------------------------+
     | Ensure that you have read the CircleMUD Mailing List FAQ:  |
     | http://democracy.queensu.ca/~fletcher/Circle/list-faq.html |
     +------------------------------------------------------------+



This archive was generated by hypermail 2b30 : 12/15/00 PST