関数imsequence2_check マニュアル

(The documentation of function imsequence2_check)

Last Update: 2021/12/7


◆機能・用途(Purpose)

struct imsequence2型構造体のメンバが適切に設定されているかチェックする。
Check if the members of a struct imsequence2-type structure are properly set.


◆形式(Format)

#include <sequence/check.h>
inline void imsequence2_check(struct imsequence2 seq)


◆引数(Arguments)

seq チェックしたい構造体。
The structure to check.


◆使用例(Example)

struct imsequence2 seq;
imsequence2_check(seq);


◆チェック項目(Checks conducted)



◆補足(Additional remarks)