18 lines
137 B
C
18 lines
137 B
C
|
|
#include "table_lib.h"
|
|
|
|
void create_default_table_lib(){
|
|
// create table_dom
|
|
|
|
// set default bg
|
|
|
|
// set default
|
|
|
|
//
|
|
return ;
|
|
}
|
|
|
|
|
|
|
|
|