by Richard Heathfield <rjh@[EMAIL PROTECTED]
>
Aug 3, 2008 at 12:02 AM
_kamsta said:
> can anyone tell me whats wrong in it:
>
> #include <stdio.h>
> int err_arg()
> {
> printf("function axept only two kind of argumens
> \n");
Neither C nor C++ allows string literals to be split over two lines in
that
way. You should use either line splic\
ing, or "adjacent lite"
"rals, like this", if you wish to split a literal over two lines.
--
Richard Heathfield <http://www.cpax.org.uk>
Email: -http://www.
+rjh@[EMAIL PROTECTED]
users: <http://www.cpax.org.uk/prg/writings/googly.php>
"Usenet is a strange place" - dmr 29 July 1999