common_bufsiz.h 105 B

123
  1. enum { COMMON_BUFSIZE = 1024 };
  2. extern char bb_common_bufsiz1[];
  3. #define setup_common_bufsiz() ((void)0)