sly1/include/break.h
2024-07-01 22:16:20 +00:00

12 lines
105 B
C

/**
* @file break.h
*/
#ifndef BREAK_H
#define BREAK_H
#include "common.h"
// ...
#endif // BREAK_H