\DefineVerbatimEnvironment
    {source}{Verbatim}
    {frame=single, baselinestretch=1,
     fontsize=\footnotesize, numbers=left}

\begin{source}
void hello {
    printf("hello world");
}
\end{source}