view regexParser/error.cc @ 172:540fc12871d9 pairPro

remove some warnings and errors (not working)
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Dec 2015 15:56:33 +0900
parents 3bf2c6d6d53e
children 02031fb73af8
line wrap: on
line source

#include <stdio.h>
#include "error.h"

void mallocFailedMessage() {
    fprintf(stderr, "Failed to allocate memory.\n");
    exit(-1);
}