I'm new at using Lapack and I need some hints

I read that CLapack was built from fortran so, does it need matrix to be passed to functions in column major order (fortran order) or the C row major order?
If I must use the column major order, do I need to "manually" transpose matrices?