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

View File

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

View File

@ -1,17 +1,18 @@
/* --------------------------------------------------------------
* File : helper.h
* File : xy.h
* Authors : Aoran Zeng <ccmywish@qq.com>
* 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
#define XY_H
#include <stdio.h>
#include <stdarg.h>
#include <string.h>
#include <stdlib.h>
@ -63,7 +64,7 @@
static bool xy_on_bsds = true;
// set xy_os_devnull
#define xy_useutf8()
#endif