blob: dcad398e4b766c8c3cd68288f58c3bec845f743a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Base module for libtnsl
/; module tnsl
# Wrap c calls for now wrt memory management
import "internal/c_wrap_linux.tnsl"
# Basic modules
import "algo/algo.tnsl"
import "box/box.tnsl"
import "io/io.tnsl"
import "lang/lang.tnsl"
import "text/text.tnsl"
;/
|