Skip to content

Commit

Permalink
RC
Browse files Browse the repository at this point in the history
  • Loading branch information
ordepoas committed May 31, 2021
1 parent f973d0b commit 8a68a50
Show file tree
Hide file tree
Showing 16 changed files with 4 additions and 500 deletions.
Binary file modified a.out
Binary file not shown.
6 changes: 4 additions & 2 deletions main.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,8 @@ void escolherPerfil(Perfil *p, int counter, int y){
scanf("%d", &x);

printf("\n\t\t%s %s | %d anos | %s | %s\n", p[x].nome,p[x].sobrenome, calculateAge(p[x].dataNascimento.dia, p[x].dataNascimento.mes, p[x].dataNascimento.ano), p[x].localidade, p[x].email);
printf("\n\t\t\tMensagens do Mural\n\n");
printf("\n\t\t\tMensagens do Mural");
printf("\n\t\t\t------------------\n\n");

if(p[x].contaMsg == 0) {

Expand Down Expand Up @@ -509,7 +510,8 @@ void publicarMensagem(Perfil *p, int x, int y){
system("clear");

printf("\n\t\t%s %s | %d anos | %s | %s\n", p[x].nome,p[x].sobrenome, calculateAge(p[x].dataNascimento.dia, p[x].dataNascimento.mes, p[x].dataNascimento.ano), p[x].localidade, p[x].email);
printf("\n\t\t\tMensagens do Mural\n\n");
printf("\n\t\t\tMensagens do Mural");
printf("\n\t\t\t------------------\n\n");

if(p[x].contaMsg == 0) {

Expand Down
34 changes: 0 additions & 34 deletions notas.txt

This file was deleted.

1 change: 0 additions & 1 deletion perfis.txt

This file was deleted.

29 changes: 0 additions & 29 deletions read.c

This file was deleted.

30 changes: 0 additions & 30 deletions teste.c

This file was deleted.

27 changes: 0 additions & 27 deletions teste2.1.c

This file was deleted.

18 changes: 0 additions & 18 deletions teste2.c

This file was deleted.

29 changes: 0 additions & 29 deletions teste3.c

This file was deleted.

27 changes: 0 additions & 27 deletions teste4.c

This file was deleted.

57 changes: 0 additions & 57 deletions teste5.c

This file was deleted.

99 changes: 0 additions & 99 deletions teste6.c

This file was deleted.

Loading

0 comments on commit 8a68a50

Please sign in to comment.