GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
RLE_GETSKIP(3) FreeBSD Library Functions Manual RLE_GETSKIP(3)

rle_getskip - Skip the rest of an input image.

#include <rle.h>

unsigned int rle_getskip( in_hdr )
rle_hdr *in_hdr;

This routine skips the unread part of an RLE(5) image. Each time rle_getskip is called, a scanline in the image described by in_hdr will be skipped. rle_getskip returns the scanline number of the next scanline that would be read by rle_getrow(3) or rle_getraw(3). When the end of the image is reached, rle_getskip returns 32768.

rle_hdr(3), rle_getrow(3), rle_getraw(3), RLE(5).

Spencer W. Thomas
University of Utah
2/2/87 3

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.