fungos / cr

cr.h: A Simple C Hot Reload Header-only Library
https://fungos.github.io/cr-simple-c-hot-reload/
MIT License
1.54k stars 101 forks source link

faster cr_copy for osx/linux #28

Closed septag closed 5 years ago

septag commented 5 years ago

here's a reference article

for mac/linux their signatures are different and are included in diferrent headers:

https://developer.apple.com/library/archive/documentation/System/Conceptual/ManPages_iPhoneOS/man2/sendfile.2.html

http://man7.org/linux/man-pages/man2/sendfile.2.html

fungos commented 5 years ago

Thanks, this looks nice.