Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- stock CriarArquivo(arquivo[])
- {
- if(fexist(arquivo))
- return printf("Erro ao criar o arquivo '%s'. O arquivo já existe!");
- new
- File:Arquivo;
- Arquivo = fopen(arquivo, io_write);
- fclose(Arquivo);
- return 0x1;
- }
Advertisement
Add Comment
Please, Sign In to add comment