view c/regexParser/error.cc @ 139:6c258910cacb pairPro

remove some warning and error
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Mon, 07 Dec 2015 02:20:13 +0900
parents 66c633575b53
children
line wrap: on
line source

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

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