#!/bin/bash

dir=$(cd $(dirname $0); pwd)
cc -o /dev/null ${dir}/fallocate.c > /dev/null 2>&1 && echo 0 || echo 1
