Advertisement
Kala666

cca_location.c

Apr 27th, 2015
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.19 KB | None | 0 0
  1. cca_location_t get_cca_location()
  2. {
  3.   if ( get_current_weather_properties() & SUNSHINE_BIT )
  4.   {
  5.     return find_nearby_park();
  6.   }
  7.   else
  8.   {
  9.     return CCA_LOCATION_OFFICE;
  10.   }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement