Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2010-07-21 04:31:09
Size: 619
Editor: SheenaSmith
Comment: update content (w/ Sam)
Revision 4 as of 2010-07-21 04:39:38
Size: 683
Editor: SheenaSmith
Comment: update content (w/ Sam)
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
||'''...'''|||| ||'''...'''||Additional parameters matching % tokens in the '''fmt''' string.||

DRAFT

SDL_SetError

Use this function to set the SDL error string.

Syntax

void SDL_SetError(const char* fmt, 
                  ...)

Function Parameters

fmt

a printf() style message format string

...

Additional parameters matching % tokens in the fmt string.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryError

None: SDL_SetError (last edited 2016-05-11 20:22:50 by PhilippWiesemann)

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