summaryrefslogtreecommitdiff
path: root/obsolete/macros/latex209/contrib/tamueethesis/file.c
diff options
context:
space:
mode:
Diffstat (limited to 'obsolete/macros/latex209/contrib/tamueethesis/file.c')
-rw-r--r--obsolete/macros/latex209/contrib/tamueethesis/file.c30
1 files changed, 30 insertions, 0 deletions
diff --git a/obsolete/macros/latex209/contrib/tamueethesis/file.c b/obsolete/macros/latex209/contrib/tamueethesis/file.c
new file mode 100644
index 0000000000..daeef3d2e6
--- /dev/null
+++ b/obsolete/macros/latex209/contrib/tamueethesis/file.c
@@ -0,0 +1,30 @@
+/**************************************************************/
+/* Filename: auto4.c by: Shiau Yan-Chyuan */
+/* */
+/* Usage: */
+/**************************************************************/
+
+#include <stdio.h>
+#include "malloc.h"
+
+#define LINE 121
+#define LOW 0.5
+#define MID 2.5
+#define UP 4.5
+
+typedef struct SOLUTION
+{
+ float rise_l,rise_m,rise_h,rise_r,rise_dt1,rise_dt2;
+ float fall_l,fall_m,fall_h,fall_f,fall_dt1,fall_dt2;
+ float pre_r_dt2,pre_f_dt2;
+ int flag_rl,flag_rm,flag_rh;
+ int flag_fl,flag_fm,flag_fh;
+} SX;
+
+struct SOLUTION sol[2];
+FILE *point_out,*point_abs,*fopen();
+char file_out[20],file_abs[20];
+float start_time=2.0e-09;
+/* char *sprintf(),*strcpy(),*fprintf(); */
+float fabs(),atof();
+int atoi();