関数imsequence_check マニュアル

(The documentation of function imsequence_check)

Last Update: 2021/12/7


◆機能・用途(Purpose)

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


◆形式(Format)

#include <sequence/check.h>
inline void imsequence_check(struct imsequence seq)


◆引数(Arguments)

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


◆使用例(Example)

struct imsequence seq;
imsequence_check(seq);


◆チェック項目(Checks conducted)



◆補足(Additional remarks)