lbn00.c
上传用户:zbbssh
上传日期:2007-01-08
资源大小:196k
文件大小:0k
源码类别:

CA认证

开发平台:

C/C++

  1. /*
  2.  * lbn00.c - auto-size-detecting lbn??.c file.
  3.  *
  4.  * Written in 1995 by Colin Plumb.  I'm not going to embarass myself
  5.  * by claiming copyright on something this trivial.
  6.  */
  7. #include "bnsize00.h"
  8. #if BNSIZE64
  9. /* Include all of the C source file by reference */
  10. #include "lbn64.c"
  11. #elif BNSIZE32
  12. /* Include all of the C source file by reference */
  13. #include "lbn32.c"
  14. #else /* BNSIZE16 */
  15. /* Include all of the C source file by reference */
  16. #include "lbn16.c"
  17. #endif