void main() { int s; for (s = -100; s < 100; s++) { motor(3, s); msleep(100L); } }