| |||||||||
| |||||||||
| Description | |||||||||
| Helper functions for writing free-form C code. | |||||||||
| Synopsis | |||||||||
| |||||||||
| Documentation | |||||||||
| varDecl :: Type -> [String] -> String | |||||||||
| Takes a type and a list of variable names and declares them. | |||||||||
| includeBracket :: String -> String | |||||||||
| Add an include of a library | |||||||||
| includeQuote :: String -> String | |||||||||
| Add an include of a header file | |||||||||
| printf :: String -> [String] -> String | |||||||||
| printfNewline :: String -> [String] -> String | |||||||||
| printf, with and without a newline (nl) character. | |||||||||
| Produced by Haddock version 2.6.1 |