Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
5e9b4667ddf2941ce0077730834114a5e634a82c
/
.
/
src
/
lynq
/
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