Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
dilbert 1 (sun@shitposter.world)'s status on Friday, 24-Jan-2025 10:05:49 JST dilbert 1
@segfault I have a malloc function that returns ?opaqueany type but I need to pass the result into a struct that gets passed into a C function; and it keeps complaining that nothing mutates that variable. the solution is apparently to cast it but nothing I do works