blob: e84c985863f174ae9c4a185eda65f6cec6617b8d [file] [log] [blame]
xj79176bd2022-05-26 14:45:57 +08001#ifndef _FORMAT_CHANGE_H_
2#define _FORMAT_CHANGE_H_
3
4#include<stdio.h>
5#include<stdlib.h>
6#include<regex.h>
7#include<stdbool.h>
8#include<time.h>
9#include<string.h>
10
11
12ssize_t format_change(char *buffer);
13
14
jb.qi8d946942023-08-24 19:17:44 -070015#endif