summaryrefslogtreecommitdiff
path: root/encode_test.h
blob: 9214bb8cc26e90f1a85d6e1d1b8eac642510aeef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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