Rename to xy.h

This commit is contained in:
Aoran Zeng 2023-09-03 14:56:49 +08:00
parent 6c5140aada
commit eb6481256b
2 changed files with 7 additions and 7 deletions

@ -9,8 +9,7 @@
* chsrc.c * chsrc.c
* -------------------------------------------------------------*/ * -------------------------------------------------------------*/
#include <stdio.h> #include "xy.h"
#include "helper.h"
typedef struct { typedef struct {
const char* abbr; const char* abbr;

@ -1,17 +1,18 @@
/* -------------------------------------------------------------- /* --------------------------------------------------------------
* File : helper.h * File : xy.h
* Authors : Aoran Zeng <ccmywish@qq.com> * Authors : Aoran Zeng <ccmywish@qq.com>
* Created on : <2023-08-28> * Created on : <2023-08-28>
* Last modified : <2023-08-31> * Last modified : <2023-09-03>
* *
* helper: * xy:
* *
* helper functions and macros * Xiangyang or Xianyang or something else
* -------------------------------------------------------------*/ * -------------------------------------------------------------*/
#ifndef XY_H #ifndef XY_H
#define XY_H #define XY_H
#include <stdio.h>
#include <stdarg.h> #include <stdarg.h>
#include <string.h> #include <string.h>
#include <stdlib.h> #include <stdlib.h>