mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
12 lines
123 B
Plaintext
12 lines
123 B
Plaintext
// removes not needed casts like "e = (uint16_t) atoi(e2)"
|
|
|
|
@@
|
|
expression e;
|
|
expression e2;
|
|
type t;
|
|
@@
|
|
|
|
e =
|
|
- (t)
|
|
atoi(e2)
|