Skip to content

roj1512/c-ffi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.7%
  • Other 1.3%