On Tue, Dec 11, 2012 at 5:57 AM, Francisco Vieira de Souza <
vieira.u...@gmail.com> wrote:

> Hi Simon! Is it not necessary to show the type of igraph_bool_t
> igraphhaskell_initialized like
>
> "int igraph_bool_t igraphhaskell_initialized = 0"?
>

"igraph_bool_t" uses the _t suffix convention for typedefs in C; in other
words, it *is* the type.  (And if it weren't, that would be a compile time
error, not link time.)

-- 
brandon s allbery kf8nh                               sine nomine associates
allber...@gmail.com                                  ballb...@sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad        http://sinenomine.net
_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to