F´ Flight Software - C/C++ Documentation
NASA-v1.5.0
A framework for building embedded system applications to NASA flight quality standards.
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
d
g
h
i
m
r
s
t
v
w
Variables
Typedefs
Enumerations
Enumerator
a
b
c
f
h
i
l
m
n
o
p
s
t
v
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Typedefs
c
t
u
w
Enumerations
b
c
d
e
f
g
h
i
m
o
p
q
s
t
w
Enumerator
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
w
Related Functions
a
b
c
f
g
h
l
p
r
s
t
Files
File List
File Members
All
_
a
b
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Functions
f
i
m
s
u
Variables
_
c
f
i
l
p
t
Typedefs
Enumerations
Enumerator
a
c
d
f
i
m
p
r
s
t
w
Macros
a
c
d
f
g
h
i
k
l
m
n
p
r
s
t
u
v
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
feature_tests.c
Go to the documentation of this file.
1
2
const
char
features
[] = {
"\n"
3
"C_FEATURE:"
4
#if ((__clang_major__ * 100) + __clang_minor__) >= 400
5
"1"
6
#else
7
"0"
8
#endif
9
"c_function_prototypes\n"
10
"C_FEATURE:"
11
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
12
"1"
13
#else
14
"0"
15
#endif
16
"c_restrict\n"
17
"C_FEATURE:"
18
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 201112L
19
"1"
20
#else
21
"0"
22
#endif
23
"c_static_assert\n"
24
"C_FEATURE:"
25
#if ((__clang_major__ * 100) + __clang_minor__) >= 400 && defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
26
"1"
27
#else
28
"0"
29
#endif
30
"c_variadic_macros\n"
31
32
};
33
34
int
main
(
int
argc,
char
** argv) { (void)argv;
return
features
[argc]; }
features
const char features[]
Definition:
feature_tests.c:2
main
int main(int argc, char **argv)
Definition:
feature_tests.c:34
build-fprime-automatic-native
CMakeFiles
feature_tests.c
Generated by
1.8.19