7 lines
63 B
C
7 lines
63 B
C
#ifndef ARCH_H__
|
|
#define ARCH_H__
|
|
|
|
struct Context {
|
|
};
|
|
|
|
#endif
|