norminette pass
This commit is contained in:
parent
d59364c35e
commit
fc969750e4
19 changed files with 323 additions and 560 deletions
|
|
@ -14,19 +14,19 @@
|
|||
|
||||
#ifndef VGFUNCS
|
||||
|
||||
void vg_mem_no_access(void *ptr, t_usize size)
|
||||
void vg_mem_no_access(void *ptr, t_usize size)
|
||||
{
|
||||
(void)(ptr);
|
||||
(void)(size);
|
||||
}
|
||||
|
||||
void vg_mem_undefined(void *ptr, t_usize size)
|
||||
void vg_mem_undefined(void *ptr, t_usize size)
|
||||
{
|
||||
(void)(ptr);
|
||||
(void)(size);
|
||||
}
|
||||
|
||||
void vg_mem_defined(void *ptr, t_usize size)
|
||||
void vg_mem_defined(void *ptr, t_usize size)
|
||||
{
|
||||
(void)(ptr);
|
||||
(void)(size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue