fmt
This commit is contained in:
parent
fa9fb2785e
commit
123a89088d
1 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
int equal_string(const char *s1, const char *s2) {
|
||||
|
|
Reference in a new issue