blob: 228ff07ec1c3547726a7d9bc58a2c5a04947a1bb [file] [log] [blame]
Alexandre Lision7fd5d3d2013-12-04 13:06:40 -05001/*
2 * lbn00.c - auto-size-detecting lbn??.c file.
3 *
4 * Written in 1995 by Colin Plumb.
5 */
6
7#include "bnsize00.h"
8
9#if BNSIZE64
10
11/* Include all of the C source file by reference */
12#include "lbn64.c"
13
14#elif BNSIZE32
15
16/* Include all of the C source file by reference */
17#include "lbn32.c"
18
19#else /* BNSIZE16 */
20
21/* Include all of the C source file by reference */
22#include "lbn16.c"
23
24#endif