Changeset 6dca10f in mainline for uspace/app/calculator/calculator.c
- Timestamp:
- 2020-11-09T18:26:27Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0d71fd6
- Parents:
- b41564c
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/calculator/calculator.c
rb41564c r6dca10f 28 28 */ 29 29 30 /** @addtogroup vcalc30 /** @addtogroup calculator 31 31 * @{ 32 32 */ … … 48 48 #include <ui/window.h> 49 49 50 #define NAME " vcalc"50 #define NAME "calculator" 51 51 52 52 #define NULL_DISPLAY "0"
Note:
See TracChangeset
for help on using the changeset viewer.