15 lines
148 B
C
15 lines
148 B
C
/*
|
|
* c.h
|
|
*
|
|
* Created on: Mar 11, 2021
|
|
* Author: 13370
|
|
*/
|
|
|
|
#ifndef C_H_
|
|
#define C_H_
|
|
#include "main.h"
|
|
|
|
int my_main();
|
|
|
|
#endif /* C_H_ */
|