printf(\………………………………………………\\n\ } }
/************************菜单栏********************************/ void menu_operation() {
printf(\菜单\\n\
printf(\………………………………………………\\n\ printf(\ printf(\初始化添加\\n\\\n\ printf(\更改\\n\ printf(\查询\\n\ printf(\删除\\n\ printf(\}
printf(\库存退出\\n\\\n\void main(void) {
int order; password(); loop:
check_password(); menu_operation();
printf(\可以操作了\\n\ scanf(\ switch(order) {
case 1: system(\ Create(L); goto loop; case 2: system(\Add(L); goto loop; case 3: system(\ Alter(L); goto loop; case 4: system(\View(L); goto loop; case 5: system(\ Delete(L); goto loop; case 6: system(\printf(\本店产品库存管理表: Display(L); \\n\ case 0: goto loop; exit(0); }
}
21
sqlist L; Init(L);
22