Skip to content

Instantly share code, notes, and snippets.

View sannysanoff's full-sized avatar
🏠
Working from home

Sanny Sanoff sannysanoff

🏠
Working from home
  • Kharkov, Ukraine
View GitHub Profile
{-# LANGUAGE BangPatterns #-}
module Main where
import Foreign.Ptr
import Foreign.ForeignPtr
import Foreign.Storable
import Data.ByteString as BS
import System.IO.Unsafe
import Data.ByteString.Internal as BSI
import Data.Word