An open API service indexing awesome lists of open source software.

https://github.com/krisvers/nanoreload

A tiny library reloader program written in C99.
https://github.com/krisvers/nanoreload

c99 hot-reload hot-reloading

Last synced: 6 months ago
JSON representation

A tiny library reloader program written in C99.

Awesome Lists containing this project

README

          

# nanoreload
A tiny library reloader program written in C99.

![Screenshot](./rsrc/nanoreload.png)

`nanoreload [library file] (entry symbol) (debug?)`

Currently the "API" is

- if the entry symbol returns 1, it is reloaded
- otherwise, nanoreload exits