Eigenvalue Decomposition of complex Hermitian Matrix in C

Hello. Im currently working on my a project and I need eigenvalue decomposition of a complex Hermitian Matrix in C. The usage of routines or other packages is not allowed. I need a standalone program to calculate the decomposition. Thank you in advance.