Skip to content

Commit bf3f6e7

Browse files
authored
Update README.md
1 parent e817b53 commit bf3f6e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# c2cpp - A cross platform tool for converting C to C++ code
22

3+
# I DID NOT MAKE THE RELEASE, THE WAIT TILL I DO, IN 4 HOURS
4+
35
## Overview
46

57
`c2cpp` is a command-line utility designed to convert C source code files to most C++ standards. It performs syntax replacements, removes redundant `auto` keywords, and creates a new `.cpp` file while keeping the original `.c` file unmodified. This tool ensures compatibility with C++ while retaining most of the original structure and logic of the C code.
@@ -26,4 +28,4 @@
2628
# c2cpp supports linux macos and windows
2729

2830
If you have any questions,
29-
go to the issues tab.
31+
go to the issues tab.

0 commit comments

Comments
 (0)