APM:Libraries
PrivateMember.cpp
Go to the documentation of this file.
1 
2 #include "PrivateMember.h"
3 
4 using namespace Empty;
5 
7  _foo(foo)
8 {}
9 
11 
void foo()
PrivateMember(uint16_t foo)