diff options
author | KRIXUS-alpha | 2021-05-12 20:15:09 +0530 |
---|---|---|
committer | KRIXUS-alpha | 2021-05-12 20:15:09 +0530 |
commit | 96edee02e6414bf26b21420405cfc299f85683d3 (patch) | |
tree | 4492ed56bf5120b599fc7ddd5405fb1b906edf09 /doc/latex/fun_8cpp.tex | |
parent | 4577cf0e9028018bffbf5be5fea3c4d86a8f9474 (diff) | |
download | fossee-scilab-octave-toolbox-96edee02e6414bf26b21420405cfc299f85683d3.tar.gz fossee-scilab-octave-toolbox-96edee02e6414bf26b21420405cfc299f85683d3.tar.bz2 fossee-scilab-octave-toolbox-96edee02e6414bf26b21420405cfc299f85683d3.zip |
documentation struct data handling
Diffstat (limited to 'doc/latex/fun_8cpp.tex')
-rw-r--r-- | doc/latex/fun_8cpp.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/latex/fun_8cpp.tex b/doc/latex/fun_8cpp.tex index 4f6a057..1650584 100644 --- a/doc/latex/fun_8cpp.tex +++ b/doc/latex/fun_8cpp.tex @@ -8,6 +8,7 @@ {\ttfamily \#include $<$octave/interpreter.\+h$>$}\newline {\ttfamily \#include $<$math.\+h$>$}\newline {\ttfamily \#include $<$string$>$}\newline +{\ttfamily \#include $<$cstring$>$}\newline {\ttfamily \#include \char`\"{}fun.\+h\char`\"{}}\newline \doxysubsection*{Functions} \begin{DoxyCompactItemize} @@ -27,4 +28,7 @@ int \mbox{\hyperlink{fun_8cpp_ab2457155d6e8298bdfd7bae4ffd01f80}{fun}} (\mbox{\h Function to Interact with Octave\textquotesingle{}s API. +API Function to call/receive and pass the data to fun API ~\newline + + This Function will be communicating with Octave to access it\textquotesingle{}s function.
\ No newline at end of file |