Witajcie! Podczas kompilacji wyskakuje mi następujący błąd:
In file included from opcje2.c:17:0:
obrobka2.h:13:1: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'int'
int negatyw(t_obraz *obraz);
#ifndef OBROBKA2_H
#define OBROBKA2_H
#include<stdio.h>
#include<string.h>
#include<stdlib.h>
#include<math.h>
#include "struct.h"
#define MAX 512 /* Maksymalny rozmiar wczytywanego obrazu */
#define DL_LINII 1024/* Dlugosc buforow pomocniczych */
#define ZERO 0
int negatyw(t_obraz *obraz);
int progowanie(t_obraz *obraz, int *prog);
int konturowanie(t_obraz *obraz);
int rozm(t_obraz *obraz);
int level(t_obraz *obraz, int *czern, int *biel);
#endif
Kompiluję na linuksie, w powłoce systemu