FrameBufferLoadPPMX
| Syntax | |
| struct FrameBuffer*FrameBufferLoadPPMX(FILE *fp); | |
| Header | |
| base/rfbuffer.h | |
| Library | |
| rfbuf | |
| Description | |
| The  The image is read from the open stream pointed to by the argument fp The argument name is a zero terminated string that gives the name to associate with the frame buffer containing the image. | |
| Returns | |
| Returns a pointer to a frame buffer structure containing the image. On error, a NULLpointer is returned. | |
| Errors | |
| n error, a NULLpointer is returned. | |
| Example | |
| None |