synf-core/source/device.c
2025-10-11 10:19:34 +02:00

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;
}