14 lines
199 B
C
14 lines
199 B
C
![]() |
/*
|
||
|
* fml_public.h
|
||
|
*
|
||
|
* Created on: 2025年5月21日
|
||
|
* Author: chenm
|
||
|
*/
|
||
|
|
||
|
#ifndef FML_PUBLIC_H_
|
||
|
#define FML_PUBLIC_H_
|
||
|
|
||
|
extern void logWrite(const char *fmt, ...);
|
||
|
|
||
|
#endif /* FML_PUBLIC_H_ */
|