C/C++
kar.lst
Associated article: Data-Flow Multitasking
Tags: C/C++
_DATE-FLOW MULTITASKING_ by Rabindra Kar [LISTING ONE] /* quad_eq.c - * Calculate roots of quadratic equation: ax + bx + c = 0 */ #include "stdio.h" #include "rmx.h" #include "math.h" #define NUM_VALS 100 unsigned status; struct ...


