This repository has been archived on 2026-05-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
txtconv/common.h
2026-01-06 21:10:07 +09:00

7 lines
74 B
C

#ifndef COMMON_H
#define COMMON_H
const char *version = "1.0.0";
#endif