/c-ffi

Primary LanguageCMIT LicenseMIT

C FFI

This repository shows a couple of simple example of how you write bindings for C libraries in different languages.

SQLite

This shows how you can wrap SQLite's C library and use it in your favorite programming language. The sqlite/sqlite folder is downloaded from: https://www.sqlite.org/download.html

HWND (aka Window Handle)

This shows how you can change the title of a window in Windows.

Contributions

You don't see your favorite programming language here? PRs are welcome! Use this as a challenge to learn more about C FFI.