commit 4cd65ea0d5e5c82075c27f4175665b773ff06636 parent 3f3ee435d0bc8bef70f0746959d59a66e3e69351 Author: Martin J. Klöckner <martin.cachari@gmail.com> Date: Thu, 19 Nov 2020 11:27:07 -0300 Added a brief description to ex13.c source code Diffstat:
M | 95.11/guia03/ex13.c | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/95.11/guia03/ex13.c b/95.11/guia03/ex13.c @@ -1,3 +1,7 @@ +// Reads a string from stdin and converts it to uppercase or lowercase +// depending on an option readed from stdin + + #include <stdio.h> #include <stdlib.h> #include <string.h>