Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2011-04-18 18:27:38
Size: 789
Editor: SheenaSmith
Comment: update content (in progress)
Revision 3 as of 2011-04-18 18:37:30
Size: 789
Editor: SheenaSmith
Comment: update content (in progress)
Deletions are marked like this. Additions are marked like this.
Line 24: Line 24:
This function is disabled by default. It is available for use only when the SDL_ASSERT_LEVEL is set to 3. See the [[CategoryAssertions|Assertions]] Category page for details. This function is disabled by default. It is available for use only when the SDL_ASSERT_LEVEL is set to 3. See the [[CategoryAssertions|Assertions Category page]] for details.

DRAFT

SDL_assert_paranoid

Use this function to create a stringent assertion for detailed checking.

Syntax

void SDL_assert_paranoid(condition)

Function Parameters

condition

the expression to check

Code Examples

You can add your code example here

Remarks

This function is disabled by default. It is available for use only when the SDL_ASSERT_LEVEL is set to 3. See the Assertions Category page for details.


CategoryAPI, CategoryAssertions

None: SDL_assert_paranoid (last edited 2011-04-18 18:40:35 by SheenaSmith)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit