wishstudio / flinux

Foreign LINUX - Run unmodified Linux applications inside Windows.
GNU General Public License v3.0
3.58k stars 245 forks source link

Add assertion support. #54

Closed wishstudio closed 8 years ago

wishstudio commented 9 years ago

Currently flinux code base lacks assertion code, which could greatly aid in debugging. Since standard c IO functions cannot be safely used in flinux, we cannot use the standard assert() functions. We can instead implement our own in log.h and use flog for output.

Incarnation-p-lee commented 8 years ago

Still open for this issue ? or I may take some time to have a try.

wishstudio commented 8 years ago

Feel free to sent a PR for this. Thanks :smile: