1
1
Fork 0
mirror of https://github.com/lune-org/lune.git synced 2025-04-11 05:50:53 +01:00
lune/tests/ffi/external_pointer/lib.c
2024-10-22 04:44:48 +00:00

3 lines
45 B
C
Vendored

void pointer_write(int *a) {
*a = 123;
}