forked from magic-lang/ooc-kean
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.use
46 lines (46 loc) · 960 Bytes
/
system.use
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
38
39
40
41
42
43
44
45
46
Name: system
Description: Lightweight ooc standard library replacement.
SourcePath: source/system
Libs: -lm
version (linux) {
Libs: -ldl
}
Imports: Character
Imports: Exception
Imports: String
Imports: types
Imports: Buffer
Imports: Cell
Imports: CharBuffer
Imports: Dynlib
Imports: Env
Imports: Format
Imports: IO
Imports: Iterators
Imports: Memory
Imports: Mutex
Imports: Numbers
Imports: math
Imports: Owner
Imports: OwnedBuffer
Imports: System
Imports: TextBuffer
Imports: Text
Imports: Time
Imports: VarArgs
Imports: external/errno
Imports: external/fcntl
Imports: external/pthread
Imports: external/signal
Imports: external/stdlib
Imports: external/time
Imports: external/unistd
Imports: external/windows
Imports: structs/HashMap
Imports: structs/List
Imports: structs/Queue
Imports: structs/Stack
Imports: structs/Vector
Imports: structs/VectorList
Additionals: source/system/string/string_literal.h
Additionals: source/system/string/string_literal.c