7 lines
88 B
C
7 lines
88 B
C
|
#ifndef G_H
|
||
|
#define G_H
|
||
|
#include "c.h"
|
||
|
#include "g1.h"
|
||
|
const int g1 = aux_g*c*7;
|
||
|
#endif
|