|
Size: 619
Comment: update content (w/ Sam)
|
Size: 683
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
