Main Page | Class List | Directories | File List | Class Members | File Members

sort.h File Reference

#include <stdlib.h>
#include "prim_type.h"

Go to the source code of this file.

Classes

struct  sort_t
struct  sort_array_t

Functions

void init_sort_array (int size, sort_array_t *s)
void change_size (int size, sort_array_t *s)
void free_sort_array (sort_array_t *s)
void print_sort_array (sort_array_t *s)
void reverse_sort_array (sort_array_t *s)
void insertion_sort (sort_array_t *s)


Function Documentation

void change_size int  size,
sort_array_t s
 

void free_sort_array sort_array_t s  ) 
 

void init_sort_array int  size,
sort_array_t s
 

void insertion_sort sort_array_t s  ) 
 

void print_sort_array sort_array_t s  ) 
 

void reverse_sort_array sort_array_t s  ) 
 


Generated on Sat Apr 11 00:02:30 2009 by  doxygen 1.3.9.1