Skip to content
Snippets Groups Projects
tris.h 55 B
Newer Older
#include <stdint.h>


void triInsertion(int* A, int n);