From e2b7f01dfc654fb4407e83ea1be57974a3ef493a Mon Sep 17 00:00:00 2001 From: Graham Miller Date: Fri, 14 Jan 2011 13:20:41 -0500 Subject: initial commit --- encode_test.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 encode_test.h (limited to 'encode_test.h') diff --git a/encode_test.h b/encode_test.h new file mode 100644 index 0000000..9214bb8 --- /dev/null +++ b/encode_test.h @@ -0,0 +1,13 @@ +#ifndef _ENCODE_TEST_H +#define _ENCODE_TEST_H + +void test_gob_encode_unsigned_int(); +void test_flip_unsigned_long_long(); +void test_gob_encode_double(); +void test_gob_encode_int(); +void test_gob_encode_string(); +void test_gob_encode_simple_type(); +void test_gob_encode_more_complex_type(); + +#endif + -- cgit v1.2.3