hpath/src/HPath/Foreign.hsc

8 lines
93 B
Haskell

module HPath.Foreign where
#include <limits.h>
pathMax :: Int
pathMax = #{const PATH_MAX}