Argonaut Constellation
git
Log in
—
Register
~alcinnz
/
fontconfig-pure
summary
tree
log
refs
ref:
383a336f98a52527c3cbab10aaf69b142e79672e
fontconfig-pure
/
lib
/MyLib.hs
-rw-r--r--
80 bytes
View
Log
Blame
View raw
383a336f
— Adrian Cochrane Initialize C components, including vendored CMP
10 months ago
1
2
3
4
module
MyLib
(
someFunc
)
where
someFunc
::
IO
()
someFunc
=
putStrLn
"someFunc"