byte_array: don't use OAI assertions.h, requires exit_function()
Using AssertFatal() has the drawback that it requires the definition of an exit_function() (which is typically declared in OAI main executables). We don't want to pull in such dependency for every consumer. Hence, use c stdlib's assert() instead.
Showing
Please register or sign in to comment