1 /* PR tree-optimization/34371 */
2 /* Testcase by Martin Michlmayr <tbm@cyrius.com> */
4 void centerln (int width
, int ch
, char *s
)
10 sidebar
= (width
- __builtin_strlen (s
)) / 2;
11 for (i
= 0; i
< sidebar
; i
++)
13 __builtin_strcpy (linet1
, linet2
);