#include "array.hpp"
#include <string.h>
#include <stdlib.h>
Go to the source code of this file.
Functions |
template<class T > |
int | Compare (const void *p, const void *q) |
Function Documentation
template<class T >
int Compare |
( |
const void * |
p, |
|
|
const void * |
q |
|
) |
| |