6 lines
61 B
Plaintext
6 lines
61 B
Plaintext
#include "bbs_include"
|
|
void main()
|
|
{
|
|
bbs_change_page(1);
|
|
}
|