Wiki Page Content

Differences between revisions 2 and 3
Revision 2 as of 2010-06-07 04:29:25
Size: 1053
Editor: SheenaSmith
Comment: update content (from Sam)
Revision 3 as of 2010-06-07 06:34:11
Size: 935
Editor: SheenaSmith
Comment: update content (from Sam)
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
Use this function to create [[SDL_RWops]] structures from <<Color2(green,an FP (a floating-point)???)>>. Use this function to create [[SDL_RWops]] structures from a standard I/O file pointer.
Line 12: Line 12:
#ifdef HAVE_STDIO_H
Line 16: Line 15:
<<Color2(green, Does the ifdef stay in?)>>
Line 19: Line 17:
||'''fp'''||^a pointer to a floating-point contained in a file to fill an [[SDL_RWops]] structure with^ ???|| ||'''fp'''||^a file pointer used to fill an [[SDL_RWops]] structure^ ???||

DRAFT

SDL_RWFromFP

Use this function to create SDL_RWops structures from a standard I/O file pointer.

Syntax

SDL_RWops* SDL_RWFromFP(FILE*    fp,
                        SDL_bool autoclose)

Function Parameters

fp

a file pointer used to fill an [[SDL_RWops]] structure ???

autoclose

SDL_TRUE to autoclose or SDL_FALSE to leave the structure open ???

Return Value

A pointer to the SDL_RWops structure that is created.

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryAPI, CategoryIO

None: SDL_RWFromFP (last edited 2015-06-20 19:58:46 by PhilippWiesemann)

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