mirror of
https://github.com/RubyMetric/chsrc.git
synced 2025-03-14 00:25:12 +08:00
Rename to xy.h
This commit is contained in:
parent
6c5140aada
commit
eb6481256b
3
chsrc.h
3
chsrc.h
@ -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>
|
Loading…
x
Reference in New Issue
Block a user