summaryrefslogtreecommitdiffstats
path: root/coverage/bin/bug.c
blob: ddebdef7a90dcff951e392e6228e8bab04b5bb09 (plain)
1
2
3
4
5
6
#define AFB_BINDING_VERSION 3
#include <afb/afb-binding.h>
int afbBindingEntry(afb_api_t api)
{
	return ((int(*)())(intptr_t)0)();
}
pan> src="http://openweathermap.org/img/wn/{{ weather.weather.0.icon }}.png"> {{ weather.main.temp }}ºF </div> {{ /showTemperature }} {{ #showWind }} <div class="wind weatherItem"> <i class="fas fa-wind"></i> {{ weather.wind.speed }}KMH </div> {{ /showWind }} {{ #showPosition }} <div class="position weatherItem"> <i class="fas fa-map-marker-alt"></i> {{ weather.name }} </div> {{ /showPosition }} {{ #showHumidity }} <div class="humidity weatherItem"> <i class="fas fa-tint"></i> {{ weather.main.humidity }}% </div> {{ /showHumidity }} {{ #showDescription }} <div class="description weatherItem"> <i class="fas fa-info-circle"></i> {{ weather.weather.0.description }} </div> {{ /showDescription}} </div>