You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: