Changeset 6dca10f in mainline for uspace/app/calculator/calculator.c


Ignore:
Timestamp:
2020-11-09T18:26:27Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0d71fd6
Parents:
b41564c
Message:

Rename vcalc to calculator

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/calculator/calculator.c

    rb41564c r6dca10f  
    2828 */
    2929
    30 /** @addtogroup vcalc
     30/** @addtogroup calculator
    3131 * @{
    3232 */
     
    4848#include <ui/window.h>
    4949
    50 #define NAME  "vcalc"
     50#define NAME  "calculator"
    5151
    5252#define NULL_DISPLAY  "0"
Note: See TracChangeset for help on using the changeset viewer.