diff options
Diffstat (limited to 'src/c/string/includes/convstr.h')
-rw-r--r-- | src/c/string/includes/convstr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/c/string/includes/convstr.h b/src/c/string/includes/convstr.h index 3a8e6e7b..0737c546 100644 --- a/src/c/string/includes/convstr.h +++ b/src/c/string/includes/convstr.h @@ -5,7 +5,7 @@ you should have received as part of this distribution. The terms are also available at http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt - Author: Siddhesh Wani + Author: Shamik Guha Organization: FOSSEE, IIT Bombay Email: toolbox@scilab.in */ @@ -17,7 +17,7 @@ extern "C" { #endif -int gconvstrs(int* in); +void gconvstrs(char* in, int size,char* flag,int size2,char* out); #ifdef __cplusplus } /* extern "C" */ |