Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
3d6eec79c65a23440133be5e776465a4e6031772
/
.
/
src
/
lynq
/
lib
/
libpoweralarm
/
include
/
format_change.h
blob: 0656c9fad856ee900b23d5d2713d70b42cd46a25 [
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