1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-11-18 22:23:17 -05:00

17 lines
169 B
C++
Raw Normal View History

#include "framework.h"
namespace leansdr
{
void fatal(const char *s)
{
perror(s);
}
void fail(const char *s)
{
fprintf(stderr, "** %s\n", s);
}
} // leansdr