mkpro118 / Regex-Engine

Regex Engine in C
MIT License
0 stars 0 forks source link

Code is not portable as `strdup` doesn't exist in the Windows OS. #39

Closed mkpro118 closed 2 months ago

mkpro118 commented 2 months ago

The POSIX function strdup has no equivalent for the Windows platform. Add portability support for windows