#ifndef TRIS_I
#define TRIS_I
#include <stdint.h>
#include <stdlib.h>

void triInsertion(long* A, size_t n);
#endif //TRIS_H