79465160

Date: 2025-02-25 00:55:31
Score: 1
Natty:
Report link
#include <stdio.h>
#include <unistd.h>

/*buff_size can vary depending on the buffer you want to write*/

int main(void){
    var[] = "Customized Error String\n";
    buff_size = 1024;

    write(1,var, buff_size);
    return (0);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Obed Adu-Gyamfi