destroy_rle_sprite(3alleg4) debian man page | unix.com

Man Page: destroy_rle_sprite

Operating Environment: debian

Section: 3alleg4

destroy_rle_sprite(3alleg4)					  Allegro manual				       destroy_rle_sprite(3alleg4)

NAME
destroy_rle_sprite - Destroys an RLE sprite. Allegro game programming library.
SYNOPSIS
#include <allegro.h> void destroy_rle_sprite(RLE_SPRITE *sprite);
DESCRIPTION
Destroys an RLE sprite structure previously returned by get_rle_sprite(). If you pass a NULL pointer this function won't do anything. Use this once you are done with an RLE sprite to avoid memory leaks in your program.
SEE ALSO
get_rle_sprite(3alleg4) Allegro version 4.4.2 destroy_rle_sprite(3alleg4)
Related Man Pages
draw_lit_rle_sprite(3alleg4) - debian
rotate_sprite(3alleg4) - debian
get_rle_sprite(3alleg4) - suse
draw_trans_rle_sprite(3alleg4) - centos
draw_trans_rle_sprite(3alleg4) - osx
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file