Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Unix-like system support in octavelibczi.c
Introduce conditional compilation for non-Windows platforms by defining _GNU_SOURCE and including necessary headers (dlfcn.h, limits.h, stdlib.h, unistd.h) when _WIN32 is not defined. This enhances compatibility and functionality for Unix-like systems.
- Loading branch information