10 lines
67 B
C
10 lines
67 B
C
#ifndef _ADDBBS_H
|
|
#define _ADDBBS_H
|
|
|
|
|
|
int Add_BBS(void);
|
|
|
|
|
|
#endif
|
|
|