Files
source/Y/actual_pointer.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

33 lines
4.2 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>actual_pointer</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/tests--mctest.h.html#L22'>actual_pointer</a> 22 tests/mctest.h #define mctest_assert_ptr_eq(actual_pointer, etalon_pointer) \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L24'>actual_pointer</a> 24 tests/mctest.h ck_assert_msg (actual_pointer == etalon_pointer, \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L25'>actual_pointer</a> 25 tests/mctest.h "%s(%p) pointer should be equal to %s(%p)\n", #actual_pointer, \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L26'>actual_pointer</a> 26 tests/mctest.h actual_pointer, #etalon_pointer, etalon_pointer); \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L29'>actual_pointer</a> 29 tests/mctest.h #define mctest_assert_ptr_ne(actual_pointer, etalon_pointer) \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L31'>actual_pointer</a> 31 tests/mctest.h ck_assert_msg (actual_pointer != etalon_pointer, \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L32'>actual_pointer</a> 32 tests/mctest.h "%s(%p) pointer should not be equal to %s(%p)\n", #actual_pointer, \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L33'>actual_pointer</a> 33 tests/mctest.h actual_pointer, #etalon_pointer, etalon_pointer); \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L36'>actual_pointer</a> 36 tests/mctest.h #define mctest_assert_null(actual_pointer) \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L38'>actual_pointer</a> 38 tests/mctest.h ck_assert_msg ((void *) actual_pointer == NULL, "%s(%p) variable should be NULL", \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L39'>actual_pointer</a> 39 tests/mctest.h #actual_pointer, actual_pointer); \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L42'>actual_pointer</a> 42 tests/mctest.h #define mctest_assert_not_null(actual_pointer) \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L44'>actual_pointer</a> 44 tests/mctest.h ck_assert_msg ((void *) actual_pointer != NULL, "%s(nil) variable should not be NULL", \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L45'>actual_pointer</a> 45 tests/mctest.h #actual_pointer); \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L48'>actual_pointer</a> 48 tests/mctest.h #define mctest_assert_true(actual_pointer) \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L50'>actual_pointer</a> 50 tests/mctest.h ck_assert_msg ((int) actual_pointer != 0, "%s variable should be TRUE", #actual_pointer); \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L53'>actual_pointer</a> 53 tests/mctest.h #define mctest_assert_false(actual_pointer) \</span>
<span class='curline'><a href='../S/tests--mctest.h.html#L55'>actual_pointer</a> 55 tests/mctest.h ck_assert_msg ((int) actual_pointer == 0, "%s variable should be FALSE", #actual_pointer); \</span>
</pre>
</body>
</html>