24 lines
468 B
C
24 lines
468 B
C
/*
|
|
* =====================================================================================
|
|
*
|
|
* Filename: device.c
|
|
*
|
|
* Description:
|
|
*
|
|
* Version: 1.0
|
|
* Created: 07/17/25 23:14:35
|
|
* Revision: none
|
|
* Compiler: gcc
|
|
*
|
|
* Author: YOUR NAME (),
|
|
* Organization:
|
|
*
|
|
* =====================================================================================
|
|
*/
|
|
#include <stdlib.h>
|
|
|
|
int main() {
|
|
return 0;
|
|
}
|
|
|