/simpletypesystem/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/simpletypesystem/trunk

« back to all changes in this revision

Viewing changes to tests/base_n.h

  • Committer: Gustav Hartvigsson
  • Date: 2021-01-19 19:46:23 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210119194623-7dg2a4wdjjd90ojc
Base16[enc,dec] - Can now create byte arrays of fixed size.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __H_TEST_BASE_N__
2
 
#define __H_TEST_BASE_N__
3
 
 
4
 
int test_base_n (void);
5
 
 
6
 
#endif
 
1
#pragma once
 
2
 
 
3
int test_base_16_text (void);
 
4
int test_base_16_object (void);