refactor: rename stellar dir to core

This commit is contained in:
luwenpeng
2024-08-16 17:19:39 +08:00
parent 839e848473
commit 169607cd1e
15 changed files with 14 additions and 34 deletions

View File

@@ -6,7 +6,6 @@
#include "packet_private.h"
#include "packet_dump.h"
#include "packet_parser.h"
#include "packet_builder.h"
#define PRINT_GREEN(fmt, ...) printf("\033[0;32m" fmt "\033[0m\n", ##__VA_ARGS__)
#define PRINT_RED(fmt, ...) printf("\033[0;31m" fmt "\033[0m\n", ##__VA_ARGS__)