首页
编程
java
php
前端
首页
编程
java
php
前端
C语言员工考勤系统设计
Attendance
attendance = (Attendance
)malloc(sizeof(Attendance));
[Error] 'malloc' was not declared in this scope
加头文件#include<stdlib.h>
加这两个头文件试试
#include <malloc.h>
#include<stdlib.h>
点击展开全文