diff options
Diffstat (limited to 'pt-br/c-pt.html.markdown')
-rw-r--r-- | pt-br/c-pt.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pt-br/c-pt.html.markdown b/pt-br/c-pt.html.markdown index 22a86376..72877e84 100644 --- a/pt-br/c-pt.html.markdown +++ b/pt-br/c-pt.html.markdown @@ -631,7 +631,6 @@ typedef void (*minha_função_type)(char *); // = += -= *= /= %= &= ^= |= <<= >>= | direita para esqureda // // , | esquerda para direita // //-----------------------------------------------------------// - ``` ## Leitura adicional |