On Dec 7, 2015, at 7:40 PM, Gage Morgan via swift-users <[email protected]> wrote: > > 1) Map the cairo.h file to a system module named CCairo
Since Swift can natively call C APIs, I would recommend just using “Cairo” as the module name. There’s no need to distinguish a module as being related to a C API. -- Chris
_______________________________________________ swift-users mailing list [email protected] https://lists.swift.org/mailman/listinfo/swift-users
