Changeset 05c9d92 in mainline for uspace/app/calculator/calculator.c
- Timestamp:
- 2026-03-18T08:05:24Z (2 days ago)
- Children:
- 34832c3
- Parents:
- 4a0bfcf0 (diff), 222774a (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/app/calculator/calculator.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/calculator/calculator.c
r4a0bfcf0 r05c9d92 1 1 /* 2 * Copyright (c) 202 3Jiri Svoboda2 * Copyright (c) 2026 Jiri Svoboda 3 3 * Copyright (c) 2016 Martin Decky 4 4 * All rights reserved. … … 37 37 */ 38 38 39 #include <adt/list.h> 39 40 #include <clipboard.h> 40 41 #include <ctype.h>
Note:
See TracChangeset
for help on using the changeset viewer.
