You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an outsider, there is no place where the (powerful!) config(include) is documented.
What I know thus far:
config(include) <- "FILENAME" may be used multiple times, and depending on target in odin_option may refer to "custom_c_files.c", or "custom_r_file.c".
You can include multiple files.
Duplicated function names in config(include) are not allowed.
As an outsider, there is no place where the (powerful!)
config(include)
is documented.What I know thus far:
config(include) <- "FILENAME"
may be used multiple times, and depending on target inodin_option
may refer to"custom_c_files.c"
, or"custom_r_file.c"
.config(include)
are not allowed.See #210 for reference.
The text was updated successfully, but these errors were encountered: