craft_module | R Documentation |
This function creates the initial placeholder for a header file (.h
) and a
C source file (.c
) that together form a module.
craft_module(name = NULL)
name |
Creates and opens |
header_guards |
Whether to include header guards in |
Run for its side effect of writing src/<name>.h
and src/<name>.c
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.