Skip to content

Commit

Permalink
Update Structs.md (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonardo1924 authored Oct 26, 2023
1 parent 57d3561 commit fec1d33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PI-C/Structs.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ int main(){
Pessoa* p = malloc(sizeof(struct pessoa));
p->idade = 18;
p->nascimento.dia = 25;
p->nascimento->ano = 2038;
p->morrimento->ano = 2038;
return 0;
}
Expand Down

0 comments on commit fec1d33

Please sign in to comment.