libUPnP 1.8.4
TheStruct.h
1
2#ifndef THESTRUCT_H
3#define THESTRUCT_H
4
5struct TheStruct {
6 int a;
7 long b;
8};
9
10#endif /* THESTRUCT_H */
11
Definition TheStruct.h:5