ordinary/include/ordinary.h

10 lines
165 B
C
Raw Permalink Normal View History

2022-11-17 07:07:06 +00:00
#ifndef __ORDINARY_H_
#define __ORDINARY_H_
2022-11-25 07:23:07 +00:00
#include <ordinary/build.h>
#include <ordinary/idx.h>
#include <ordinary/inspect.h>
#include <ordinary/maint.h>
2022-11-17 16:05:44 +00:00
2022-11-17 07:07:06 +00:00
#endif