local_proto.h 169 B

123456789
  1. #ifndef __LOCAL_PROTO_H__
  2. #define __LOCAL_PROTO_H__
  3. /* spot_dist.c */
  4. int spot_dist(int fuel, float maxros, int speed, float angle, int row0,
  5. int col0);
  6. #endif