Hi
I am using WINAVR compiler for ATMEGA32. While compiling c progam , I am getting the error
error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribu te__’ before '{' token
before evrey function.

code:


Code:
#include <avr\io.h>

#include <stdio.h>

#include <avr\delay.h>

#include <math.h>

void initialize(void);

char
...