Home | History | Annotate | Download | only in kfmapp

Lines Matching full:rds_text

238     char rds_text[100];
244 scanf("%s", rds_text);
245 vctrls.string = rds_text;
246 vctrls.size = strlen(rds_text) + 1;
267 char rds_text[100];
273 scanf("%s", rds_text);
274 vctrls.string = rds_text;
275 vctrls.size = strlen(rds_text) + 1;