Document of c-modernization-kit (doxygen-sample) 1.0.0
Loading...
Searching...
No Matches
struct.h
Go to the documentation of this file.
1
6typedef struct
7{
8 int a;
9 float b;
サンプル構造体。
Definition struct.h:7
float b
浮動小数点数値。
Definition struct.h:9
int a
整数値。
Definition struct.h:8