]> git.ipfire.org Git - thirdparty/freeswitch.git/blob - libs/libzrtp/third_party/bnlib/bntest00.c
[mod_http_cache] Fix leaking curl handle in http_get()
[thirdparty/freeswitch.git] / libs / libzrtp / third_party / bnlib / bntest00.c
1 /*
2 * Copyright (c) 1995 Colin Plumb. All rights reserved.
3 * For licensing and other legal details, see the file legal.c.
4 *
5 * bntest00.c - auto-size-detecting bntest??.c file.
6 *
7 * Written in 1995 by Colin Plumb.
8 */
9
10 #include "bnsize00.h"
11
12 #if BNSIZE64
13
14 #include "bntest64.c"
15
16 #elif BNSIZE32
17
18 #include "bntest32.c"
19
20 #else /* BNSIZE16 */
21
22 #include "bntest16.c"
23
24 #endif