In file included from C:\Users\Ryan\Desktop\arduino-0013\hardware\cores\arduino/WProgram.h:4,
c:/users/ryan/desktop/arduino-0013/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:111: error: expected unqualified-id before 'int'
c:/users/ryan/desktop/arduino-0013/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:111: error: expected `)' before 'int'
c:/users/ryan/desktop/arduino-0013/hardware/tools/avr/lib/gcc/../../avr/include/stdlib.h:111: error: expected `)' before 'int'
In file included from C:\Users\Ryan\Desktop\arduino-0013\hardware\cores\arduino/WProgram.h:6,
I am trying to do the direct drive matrix display. I copied the Game of Life code from the playground, put it in a new sketch and tried to verify it.
I made sure that i extracted the FrequencyTimer2 library into the libraries folder and included it. Also, I am using Ard-0013