WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

tsoding/crepl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crepl

A simple application that allows you to dynamically call C functions from a DLL using libffi. Developed recreationally to test out libffi.

Quick Start

$ cc -o nob nob.c
$ ./nob
$ ./crepl ./raylib-5.5_linux_amd64/lib/libraylib.so
> InitWindow 800 600 "Bajoding"
> BeginDrawing
> ClearBackground 0xFF0000FF
> EndDrawing

About

C REPL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published