fish/fish_shell/fish_utils.c

12 lines
193 B
C
Raw Normal View History

2017-05-15 12:08:10 +00:00
//
// Created by Antoine Bartuccio on 15/05/2017.
//
#include <stdio.h>
#include <stdlib.h>
void crash(){
fprintf(stderr, "fish: Error allocating fucking pointer !");
exit(EXIT_FAILURE);
}