xj | 79176bd | 2022-05-26 14:45:57 +0800 | [diff] [blame] | 1 | #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 | |||||
12 | ssize_t format_change(char *buffer); | ||||
13 | |||||
14 | |||||
jb.qi | 8d94694 | 2023-08-24 19:17:44 -0700 | [diff] [blame] | 15 | #endif |