Revision history of "C: Ponteiro para função"

From AdonaiMedrado.Pro.Br
Jump to: navigation, 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.

  • (cur | prev) 01:43, 17 April 2009Adonaimedrado (Talk | contribs). . (399 bytes) (+399). . (New page: <code lang="c"> #include <stdio.h> void ola(void) { printf("Olá.\n"); } void bomdia(void) { printf("Bom dia.\n"); } void tchau(void) { printf("Tchau.\n"); } void voltelogo(void) { ...)