17 lines
400 B
C
17 lines
400 B
C
/*
|
|
* $Id$
|
|
*/
|
|
|
|
#ifndef HB_BOX_H_
|
|
#define HB_BOX_H_
|
|
|
|
/* strings for borders (same as box.ch, but defined for use by C) */
|
|
/*01234567*/
|
|
#define B_NONE " "
|
|
#define B_SINGLE "谀砍倌莱"
|
|
#define B_DOUBLE "赏缓纪群"
|
|
#define B_SINGLE_DOUBLE "帜泛侥雍"
|
|
#define B_DOUBLE_SINGLE "胀赋就猿"
|
|
|
|
#endif /* HB_BOX_H_ */
|