mirror of
https://codeberg.org/emilwilliams/chad_standard
synced 2024-11-22 03:54:18 -05:00
11 lines
72 B
C
11 lines
72 B
C
#ifndef A_H
|
|
#define A_H
|
|
|
|
#include "bc.h"
|
|
|
|
struct a {
|
|
int i;
|
|
};
|
|
|
|
#endif
|