Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
5ef374a92ab9e88659b96d917c99568a925ef432
/
.
/
IC_src
/
mtk
/
lib
/
libpoweralarm
/
format_change.h
blob: e84c985863f174ae9c4a185eda65f6cec6617b8d [
file
] [
log
] [
blame
]
#ifndef
_FORMAT_CHANGE_H_
#define
_FORMAT_CHANGE_H_
#include
<stdio.h>
#include
<stdlib.h>
#include
<regex.h>
#include
<stdbool.h>
#include
<time.h>
#include
<string.h>
ssize_t
format_change
(
char
*
buffer
);
#endif