mobile.c 101 B

12345678
  1. #include "mobile.h"
  2. /**
  3. * A mobile is any visible object that can move around
  4. * autonomously.
  5. */