Re: Those of us who are C'ly challenged :>
- Posted by Daniel Berstein <daber at PAIR.COM> Jul 16, 1998
- 611 views
>Actually, your example will NOT work in ANSI C. The compiler will >complain that "goaway" is an unknown function, just like Euphoria does. >For the code to compiler, you need to define prototype for your function >first: I thought the same, but made a simple example code (like the one in discussion) and compiled perfectly under Turbo C v2.0 (is it ANSI C?), but on Turbo C++ 3.0 it complained and required the function prototype (or rearregment of the code). Regards, Daniel Berstein daber at pair.com