Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2010-07-21 04:39:38
Size: 683
Editor: SheenaSmith
Comment: update content (w/ Sam)
Revision 5 as of 2010-07-21 04:39:54
Size: 682
Editor: SheenaSmith
Comment: minor change
Deletions are marked like this. Additions are marked like this.
Line 18: Line 18:
||'''...'''||Additional parameters matching % tokens in the '''fmt''' string.|| ||'''...'''||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