SDRAngel  4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
Functions | Variables
feature_tests.c File Reference

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 

Variables

const char features []
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 34 of file feature_tests.c.

References features.

34 { (void)argv; return features[argc]; }
const char features[]
Definition: feature_tests.c:2

Variable Documentation

◆ features

const char features[]

Definition at line 2 of file feature_tests.c.

Referenced by main().