Last active
August 24, 2019 12:44
-
-
Save aledruetta/d3b3819ee1b0a71c2d1f022b6c145606 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
typedef struct { | |
<tipo> <nome_da_variável>; | |
... // outras variáveis | |
} <Nome_da_estrutura>; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment