Initial commit
[yaffs-website] / node_modules / node-sass / src / libsass / docs / api-function-internal.md
1 ```C
2 // Struct to hold custom function callback
3 struct Sass_Function {
4   const char*      signature;
5   Sass_Function_Fn function;
6   void*            cookie;
7 };
8 ```