learning-cc4e

Solution to https://cc4e.com/. If you copy these you're not right in the head.
git clone https://kaka.farm/~git/learning-cc4e
Log | Files | Refs

main.c (161B)


      1 #include <stdio.h>
      2 #include <string.h>
      3 int main() {
      4     char s1[] = "   Hello   World    ";
      5     void py_rstrip();
      6     py_rstrip(s1);
      7     printf("-%s-\n", s1);
      8 }