関数定義書 Access2010

__actual_assert

構文構文

void __actual_assert(
  char * hint - person owner of assert
  int cond - condition of assertion
  char * text - text of the assertion
  char * file - source file assertion was failed in
  int line - line of code assertion was failed in
  char * func - function in code assertion was failed in
)

パラメータパラメータ

hint
person owner of assert
cond
condition of assertion
text
text of the assertion
file
source file assertion was failed in
line
line of code assertion was failed in
func
function in code assertion was failed in

ファイル名ファイル名

debug.c

See Also

目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー | debug.c