summaryrefslogtreecommitdiff
path: root/libtnsl/io/io.tnsl
blob: a16ec820b1ddde11d8c54525ff00be2902ab3e6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/#
  This Source Code Form is subject to the terms of the Mozilla Public
  License, v. 2.0. If a copy of the MPL was not distributed with this
  file, You can obtain one at http://mozilla.org/MPL/2.0/.
#/

/##
	module tnsl.io
	Data management for input and output via blocks and streams, memory tools such as alloc and delete

#; export module io
	/: import
		"block.tnsl"
		"stream.tnsl"
		"file.tnsl"
		"std.tnsl"
	:/
;/