mirror of
https://github.com/lune-org/lune.git
synced 2025-04-05 11:00:56 +01:00
3 lines
45 B
C
Vendored
3 lines
45 B
C
Vendored
void pointer_write(int *a) {
|
|
*a = 123;
|
|
}
|