summaryrefslogtreecommitdiff
path: root/student.c
diff options
context:
space:
mode:
authorClay Smith <claysmith158@gmail.com>2023-02-15 06:41:54 -0600
committerClay Smith <claysmith158@gmail.com>2023-02-15 06:41:54 -0600
commit02d4b7d68534284f42bb69dcc0efadd0eb4f1ae1 (patch)
tree730b925df7d4eb375b0e3beee056e34bc038d75e /student.c
parent4760458bad9546cc2329cee45a844e4e450ccd5d (diff)
Demo time
Diffstat (limited to 'student.c')
-rw-r--r--student.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/student.c b/student.c
index b0437fc..18f9591 100644
--- a/student.c
+++ b/student.c
@@ -2,8 +2,7 @@
#include "user_defs.h"
int main(void)
-{
- char buffer[100]; fgets(buffer, 99, stdin); //mandatory to fix controller programs input stream, not needed if they use fgets and sscanf instead of scanf
+{ FIX
int num = -2, type = -2, code = -2, value = -2;
double time = -2;