mirror of
https://github.com/gatieme/LDD-LinuxDeviceDrivers.git
synced 2026-02-09 06:22:43 +08:00
15 lines
352 B
C
15 lines
352 B
C
/*************************************************************************
|
|
> File Name: 1.c
|
|
> Author: GatieMe
|
|
> Mail: gatieme@163.com
|
|
> Created Time: Sun 15 Oct 2017 07:44:25 PM CST
|
|
************************************************************************/
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
}
|