new to C , error C2371: 'error" : redefinition; diffrent basic types
问题 i've to submit this assigment in few hours and i'm very nervous, it's sort of Gas Station managing programs, handeling input files, and printing results... it's only 1 .c file and that's my first code lines, which defines the structs #include <stdio.h> #include <string.h> #include <stdlib.h> struct Gas_Station *pgasStationHead = NULL; typedef struct Gas_Station { char *name; double octan95SS; double octan95FS; double octan98SS; double octan98FS; double gasSoldTotal; double gasSoldSS; double