在Linux 环境下gcc编译exp的时候,,经常遇到如下警告信息
 
只需要在源代码中添加两个头文件:
#include <stdio.h>
#include <stdlib.h>
#include<string.h> 
 
绝对没问题~