Re: OT - Need help debugging header file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Michael Sullivan wrote:

>      9     int xPos, int yPos;

This isn't valid C.  You must write "int xPos; int yPos;" or just "int
xPos, yPos".

Brian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux