summaryrefslogtreecommitdiff
path: root/student.c
diff options
context:
space:
mode:
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;