aboutsummaryrefslogtreecommitdiff
path: root/stdlib/tomo.h
blob: 03257937fabc83f6382359978273031258efa0aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
#pragma once

// All of the different builtin modules can be included by including this one
// import

#include <stdbool.h>
#include <stdint.h>
#include <sys/param.h>

#include "arrays.h"
#include "bools.h"
#include "bytes.h"
#include "c_strings.h"
#include "channels.h"
#include "datatypes.h"
#include "enums.h"
#include "functiontype.h"
#include "integers.h"
#include "memory.h"
#include "metamethods.h"
#include "moments.h"
#include "nums.h"
#include "optionals.h"
#include "paths.h"
#include "patterns.h"
#include "pointers.h"
#include "ranges.h"
#include "rng.h"
#include "shell.h"
#include "siphash.h"
#include "structs.h"
#include "tables.h"
#include "text.h"
#include "threads.h"
#include "types.h"

// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0