Snippets
Snippets of code written in C language:
- calendar-en.c (ANSI) - A portable way to show the calendar of the current month.
- dividator.c (ANSI) - Split words which come from stdin.
- libsuma.zip (GNU) - The simplest way to make a library with the GNU C compiler.
- ordenar.c (ANSI) - How to order an array of integer numbers.
- palabras.c (ANSI) - It separates each word of a sentence.
- pipes.c (Unix) - Communication between two process using pipes.
- printf.c (ANSI) - How to print each variable type by means of the function "printf()".
- ptrfunc.c (ANSI) - How to make pointers to functions.
- regex.c (GNU) - How to use regular expression in some program.
- strtok-en.c (ANSI) - A way to create your own and improved strtok().