source code

cdecl+

C Declarations & printf/scanf ➔ Prose

Examples:
  • char const * const
  • int(*(*)[10])()
  • typedef struct s {} s, *sptr
  • int(*(*arr)[10])()
  • void &(int[*]) _Atomic [0]
  • fprintf(stderr, "%#*.*LF", width, precision, number)
  • scanf("%4d/%2d/%2d", &year, &month, &day)