Files
LDD-LinuxDeviceDrivers/study/patch/ptrace/a.c
T
2017-10-14 22:05:58 +08:00

19 lines
398 B
C

/*************************************************************************
> File Name: 1.c
> Author: GatieMe
> Mail: gatieme@163.com
> Created Time: Sat 14 Oct 2017 10:09:04 AM CST
************************************************************************/
#include <stdio.h>
#include <stdlib.h>
int main(int argc, char *argv[])
{
printf("=======\n");
return EXIT_SUCCESS;
}