Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor headers and remove platform-specific directives
Removed the `#define _GNU_SOURCE` directive and the `#ifdef _WIN32` block along with its corresponding `#else` block. Added `#include "mex.h"`, `#include "../AppModel/include/app_api.h"`, and `#include <string.h>`. These changes streamline the code by removing platform-specific dependencies and incorporating the MEX API and application model headers.
- Loading branch information