blob: 0656c9fad856ee900b23d5d2713d70b42cd46a25 [file] [log] [blame]
xj3d6eec72022-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
15#endif