#include <stdio.h>
#include <stdarg.h>
#include <it/types.h>
#include <it/vec.h>
#include <it/io.h>
Go to the source code of this file.
Functions | |
int | main () |
Definition in file test_io.c.
int main | ( | void | ) |
Definition at line 31 of file test_io.c.
References bvec_delete(), bvec_file_read_bits(), bvec_file_write_bits(), bvec_length(), bvec_new_ones(), bvec_new_string(), bvec_push, cvec_new_string(), it_printf(), it_read_cplx(), it_read_ivec(), it_read_vec(), ivec_delete(), ivec_new_geom(), ivec_new_string(), vec_delete(), vec_new_arithm(), and vec_new_string().
|
|