Revision history of "Stampf - implementazione ridotta della printf."

Jump to navigation Jump to search

Diff selection: Mark the radio boxes 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.

  • curprev 00:06, 11 November 2013DaniC talk contribs 4,032 bytes +4,032 Created page with "<syntaxhighlight lang="C"> #include <stdlib.h> #include <unistd.h> #include <stdarg.h> char *itos(int n, int *p); //int to string (base 10) int slen(char *s); //string lenght..."