Stdio H C

#include 
int main( )
{
 char   psz1[]   =   "this is a test",
        psz2[]   =   "string text.";
 
 printf("%-19.2s",psz1); 
}