Talk:C: Revision history

Add topic

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 February 2023

3 January 2023

17 October 2022

11 September 2022

10 September 2022

8 September 2022

  • curprev 19:5219:52, 8 September 202286.16.207.34 talk 372 bytes +372 Created page with "<nowiki> #include <stddef.h> #include <ctype.h> #include <stdlib.h> #include <stdio.h> #define K62 62 extern int main(int ac, const char *const *av) { char a[666]; for (; fgets(a, stdin); ) { size_t y, z= strlen(a); char *s= a+z; for (; z && (--z, iscntrl(*--s)) ;) { *s= 0; } y= z? (z-1)/K62+1: 1; z= z<=3? z: 3; } } </nowiki>"