Changeset 552b69f in mainline for uspace/app/calculator/calculator.c
- Timestamp:
- 2021-11-03T20:56:59Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1aa8c86
- Parents:
- ec8a1bf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/calculator/calculator.c
rec8a1bf r552b69f 787 787 int main(int argc, char *argv[]) 788 788 { 789 const char *display_spec = UI_ DISPLAY_DEFAULT;789 const char *display_spec = UI_ANY_DEFAULT; 790 790 ui_t *ui; 791 791 ui_resource_t *ui_res;
Note:
See TracChangeset
for help on using the changeset viewer.