MODULE callingc2 ; FROM libc IMPORT printf ; BEGIN printf ("\n") ; END callingc2.