c_structures/include/arch.h

10 lines
103 B
C

#ifndef ARCH_H
#define ARCH_H
typedef struct arch{
int cost;
int a;
int b;
} arch;
#endif