
Enviado em 21/12/2016 - 13:12h
#include <stdio.h>
#include <stdlib.h>
#define MAX_LENGTH 5000
int main()
{
puts("encryptme começou!");
FILE *f = fopen("encryptme.txt", "w");
if( f == NULL )
{
puts("Erro! \n");
exit(1);
}
puts("Escreva o seu texto");
char *mode = malloc(MAX_LENGTH);
scanf("%s", mode);
fprintf(f ,"Text: %s", mode);
return 0;
}
Gentoo binário em 2026: UEFI, LUKS, Btrfs e Systemd
Trabalhando Nativamente com Logs no Linux
Jogando Daikatana (Steam) com Patch 1.3 via Luxtorpeda no Linux
LazyDocker – Interface de Usuário em Tempo Real para o Docker
Substituindo o NetworkManager pelo iwd (e iwgtk)
Em qual Arquivo colocar as Configurações
Forçar resolução teimosa no Wayland
Como fazer um pendrive bootável utilizando a ferramenta Rufus









