File: lbn00.c

package info (click to toggle)
bnlib 1.1-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 776 kB
  • ctags: 874
  • sloc: ansic: 6,526; asm: 1,380; makefile: 196; sh: 154
file content (24 lines) | stat: -rw-r--r-- 391 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * lbn00.c - auto-size-detecting lbn??.c file.
 *
 * Written in 1995 by Colin Plumb.
 */

#include "bnsize00.h"

#if BNSIZE64

/* Include all of the C source file by reference */
#include "lbn64.c"

#elif BNSIZE32

/* Include all of the C source file by reference */
#include "lbn32.c"

#else /* BNSIZE16 */

/* Include all of the C source file by reference */
#include "lbn16.c"

#endif