Functions


__compare

__compare


int __compare(
    const void *a,
    const void *b) 
Parameter Descriptions
a
Image buffer to compare against.
b
Image buffer to compare against.

function result
Return an integer less than, equal to, or greater than zero if the age of the first image buffer is considered to be respectively less than, equal to, or greater than the age of the second.

Discussion

Compares the specified image buffers by age.

© Max Rupp (feelgood@cs.pdx.edu). All rights reserved.

(Last Updated September 12, 2006)