⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 1.h

📁 由于当时只是学到C语言
💻 H
字号:
#include <stdio.h>
#include <malloc.h> 
#include <stdlib.h> 
#include <string.h>
#include <conio.h>
#include <time.h>



typedef struct buy_list1{ //购书单
char name[20];  //书名
char author[10]; //作者
char press[20];//出版社
int num;       //数量

char buyer[10];  //购买人
char cla[20];    //班级


struct buy_list1 *next; 

}buy_list1,*buy_list;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -