On Fri, 9 Jan 1998, Zervun wrote:
>I think I have some errors in my code do to the placement of the \ when I
>use the \ to continue the code onto the next line. Are there certain
>places where you can't use the \ ? I'm using pine for editing under a
>text shell it happens frequently that I run out of room.
You don't need \ except for #define statements.
The following is legal C:
void
do_function
(
)
{
int
x
;
return
(x
=
6)
;
}
Not that you would want to write like that except for the IOCC.
--
George Greer - Me@Null.net | Genius may have its limitations, but stupidity
http://www.van.ml.org/~greerga | is not thus handicapped. -- Elbert Hubbard
+------------------------------------------------------------+
| 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