From c36a5a2047028596381d337b4245ff07a9e37645 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Thu, 6 Jul 2017 18:25:10 +0530 Subject: Isrow all data types --- 2.3-1/src/c/elementaryFunctions/includes/isrow.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '2.3-1/src/c/elementaryFunctions/includes') diff --git a/2.3-1/src/c/elementaryFunctions/includes/isrow.h b/2.3-1/src/c/elementaryFunctions/includes/isrow.h index 5c010633..8c9f7ced 100644 --- a/2.3-1/src/c/elementaryFunctions/includes/isrow.h +++ b/2.3-1/src/c/elementaryFunctions/includes/isrow.h @@ -28,7 +28,8 @@ char sisrowa( float* , int); char sisrows( float); char gisrowa(char* , int); char gisrows(char); -char zisrowa(doubleComplex *inp, int); +char zisrowa(doubleComplex*, int); +char zisrows(doubleComplex); #ifdef __cplusplus } /* extern "C" */ -- cgit