bozolib/bozolib.h

7 lines
122 B
C
Raw Permalink Normal View History

2023-06-28 09:50:51 -04:00
#pragma once
#include "./src/lst/lst.h"
#include "./src/str/str.h"
2023-06-29 05:40:43 -04:00
#include "./src/tab/tab.h"
2023-07-05 14:30:59 -04:00
#include "./src/int/int.h"