diff deseq-hts_2.0/mex/mex_input.h @ 10:2fe512c7bfdf draft

DESeq2 version 1.0.19 added to the repo
author vipints <vipin@cbio.mskcc.org>
date Tue, 08 Oct 2013 08:15:34 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/deseq-hts_2.0/mex/mex_input.h	Tue Oct 08 08:15:34 2013 -0400
@@ -0,0 +1,20 @@
+/*
+*  This program is free software; you can redistribute it and/or modify
+*  it under the terms of the GNU General Public License as published by
+*  the Free Software Foundation; either version 3 of the License, or
+*  (at your option) any later version.
+*
+*   Written (W) 2010-2011 Jonas Behr, Regina Bohnert, Gunnar Raetsch
+*   Copyright (C) 2010-2011 Max Planck Society
+*/
+
+
+#include <stdio.h>
+#include <mex.h>
+
+#ifndef __MEX_INPUT_h__
+#define __MEX_INPUT_h__
+	char *get_string(const mxArray *prhs);
+	bool get_bool(const mxArray *prhs);
+	int get_int(const mxArray *prhs);
+#endif