- these are the calls used by the dexcom uploader app
- these are in no particular order!
User-Agent: Dexcom%20Share/3.0.2.11 CFNetwork/672.0.2 Darwin/14.0.0
GET
| #include <lvgl.h> | |
| #define STB_TRUETYPE_IMPLEMENTATION | |
| #define STBTT_MAX_OVERSAMPLE 128 | |
| #define STBTT_malloc(x, u) ((void)(u), lv_mem_alloc(x)) | |
| #define STBTT_free(x, u) ((void)(u), lv_mem_free(x)) | |
| #include "stb_truetype.h" | |
| struct lv_tt_font_dsc { | |
| stbtt_fontinfo fontinfo; |
| // angularModalService.js | |
| // | |
| // Service for showing modal dialogs. | |
| /***** JSLint Config *****/ | |
| /*global angular */ | |
| (function () { | |
| 'use strict'; |