1
0
mirror of https://codeberg.org/emilwilliams/chad_standard synced 2024-11-25 12:42:00 -05:00
chad_standard/reasoning/header-guard/bc.h

11 lines
72 B
C
Raw Normal View History

2024-07-20 13:17:05 -04:00
#ifndef B_H
#define B_H
#include "ac.h"
struct b {
int i;
};
#endif