Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lithiumtoast authored Dec 12, 2024
1 parent a5515bd commit 6ac1f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Convert a C header `.h` to a FFI (foreign function interface) `.json` data structure for the purposes of generating bindings to other languages.

For differences between the other GitHub project under the same name [https://github.com/rpav/c2ffi](https://github.com/rpav/c2ffi) please read
For differences between the other GitHub project under the same name [https://github.com/rpav/c2ffi](https://github.com/rpav/c2ffi) please read [this section](#differences-between-httpsgithubcomrpavc2ffi).

## Background: Why?

Expand Down Expand Up @@ -166,7 +166,7 @@ graph LR

### Differences between https://github.com/rpav/c2ffi

I originally had this project named as something different but then re-wrote it with tests under the name `c2ffi` as that accurately describes the project. Unfortunately it has the same name as another project with similar goals. If someone has a better name I am open to suggestions. Perhaps `c2ffix` where the `x` is for cross-platform?
I originally had this project named as something different but then re-wrote it with tests under the name `c2ffi` as that accurately describes the project. Unfortunately it has the same name as another project (https://github.com/rpav/c2ffi) with similar goals. If someone has a better name I am open to suggestions. Perhaps `c2ffix` where the `x` is for cross-platform?

This project is different in the following ways:

Expand Down

0 comments on commit 6ac1f95

Please sign in to comment.