Align columns/C: Difference between revisions

m
Fixed syntax highlighting.
mNo edit summary
m (Fixed syntax highlighting.)
 
Line 1:
{{collection|Column Aligner}}
 
<langsyntaxhighlight lang="c">#include <stdio.h>
 
const char *str =
Line 56:
puts("\n---- center ----"); align(str, 'c');
return 0;
}</langsyntaxhighlight>
9,485

edits