syscall
Package info
- 
							Homepage
 gitlab.com/clean-and-itasks/libraries/syscall
- 
							Latest version
 1.0.3, 1 year, 4 months ago
- 
							Maintainer
 TOP Software Technology
- 
							License
 BSD-2-Clause
Description
This library provides a unified interface for environments that are allowed to do syscalls
Readme
					
					
					# syscalls
This library provides a unified interface for environments that are allowed to
do syscalls. The main type class is used in `linux`, `posix`, and `windows` to
constrain the environments with which syscalls can be performed.
## Licence
The package is licensed under the BSD-2-Clause license; for details, see the
[LICENSE](/LICENSE) file.
				
			Changelog
					
					
					# Changelog
#### 1.0.3
- Chore: support base `3.0`.
#### 1.0.2
- Fix: default implementation of `appWorld`.
#### 1.0.1
- Enhancement: Allow the function arguments for accWorld and appWorld to be unique also.
## 1.0.0
- Initial version