6 lines
85 B
Text
6 lines
85 B
Text
module Baz (baz) where
|
|
|
|
#include <zlib.h>
|
|
|
|
baz :: Int
|
|
baz = {# sizeof gz_header_s #}
|