To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk
161
by Gustav Hartvigsson
Base16[enc,dec] - Can now create byte arrays of fixed size.
|
1
|
#pragma once
|
2
|
|
3
|
int test_base_16_text (void);
|
4
|
int test_base_16_object (void);
|