Changeset 552b69f in mainline for uspace/app/hello/hello.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/hello/hello.c
rec8a1bf r552b69f 152 152 int main(int argc, char *argv[]) 153 153 { 154 const char *display_spec = UI_ DISPLAY_DEFAULT;154 const char *display_spec = UI_ANY_DEFAULT; 155 155 errno_t rc; 156 156 int i;
Note:
See TracChangeset
for help on using the changeset viewer.