feat: port commandline tests

This commit is contained in:
dignifiedquire
2019-04-28 00:14:23 +03:00
parent 956609f565
commit 7c50702221
9 changed files with 7218 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
use libc;
pub type size_t = libc::c_ulong;
use crate::types::*;
/*
Copyright (c) 2010 Serge A. Zaitsev