visor/src/alloc.c
2025-03-10 19:19:53 +01:00

6 lines
50 B
C

void *
allocate_aligned()
{
return (void *)0;
}