From 96edee02e6414bf26b21420405cfc299f85683d3 Mon Sep 17 00:00:00 2001 From: KRIXUS-alpha Date: Wed, 12 May 2021 20:15:09 +0530 Subject: documentation struct data handling --- doc/html/fun_8cpp.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/html/fun_8cpp.html') diff --git a/doc/html/fun_8cpp.html b/doc/html/fun_8cpp.html index af883bd..9c53342 100644 --- a/doc/html/fun_8cpp.html +++ b/doc/html/fun_8cpp.html @@ -107,6 +107,7 @@ $(document).ready(function(){initNavTree('fun_8cpp.html',''); initResizable(); } #include <octave/interpreter.h>
#include <math.h>
#include <string>
+#include <cstring>
#include "fun.h"

Function to Interact with Octave's API.

+

API Function to call/receive and pass the data to fun API
+

This Function will be communicating with Octave to access it's function.

-- cgit

@@ -143,6 +144,8 @@ Functions