#include <stdio.h>
Go to the source code of this file.
Functions | |
void | permuteLong (char *a) |
void | permuteLongTab (unsigned long *a, int nb) |
void | permuteInt (char *a) |
void | permuteIntTab (unsigned int *a, int nb) |
void | permuteShort (char *a) |
void | permuteShortTab (short *a, int nb) |
void | permuteFloat (char *a) |
void | permuteFloatTab (float *a, int nb) |
void permuteFloat | ( | char * | a | ) |
void permuteInt | ( | char * | a | ) |
void permuteLong | ( | char * | a | ) |
void permuteShort | ( | char * | a | ) |