这样的结构体定义不可吗?
#include<stdio.h>#include<string.h>
//#define NUM 10 //报警个数
int num
FILE *AB;
struct alarm_remember
{
char name[10];
char time[40];
}alarm[num];
2008-03-17 14:09
2008-03-17 14:13
2008-03-17 14:18
2008-03-17 14:25
2008-03-17 14:41

2008-03-17 18:36