Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2011-04-13 19:21:44
Size: 790
Editor: SheenaSmith
Comment: create page - 4/8 05af1b9ff46d
Revision 2 as of 2011-04-18 18:29:56
Size: 764
Editor: SheenaSmith
Comment: update content (in progress)
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Use this function to ^create an assertion for release^. Use this function to ^create an assertion for release builds^.
Line 16: Line 16:
||'''condition'''||the ^expression^ ,,condition,, to check|| ||'''condition'''||the expression to check||
Line 24: Line 24:
This function is enabled and available for use by default. If the SDL_ASSERT_LEVEL is set to 0 it is disabled. See the [[CategoryAssertions|Assertions]] Category page for details. This function is enabled by default. It can be disabled by setting the SDL_ASSERT_LEVEL to 0. See the [[CategoryAssertions|Assertions]] Category page for details.

DRAFT

SDL_assert_release

Use this function to create an assertion for release builds.

Syntax

void SDL_assert_release(condition)

Function Parameters

condition

the expression to check

Code Examples

You can add your code example here

Remarks

This function is enabled by default. It can be disabled by setting the SDL_ASSERT_LEVEL to 0. See the Assertions Category page for details.


CategoryAPI, CategoryAssertions

None: SDL_assert_release (last edited 2011-04-18 18:41:13 by SheenaSmith)

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