First completion level is working (LSP connected)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// Created by Giorgio on 28/05/2026.
|
||||
//
|
||||
|
||||
#ifndef BELUGA_UTILS_H
|
||||
#define BELUGA_UTILS_H
|
||||
#include <sys/_types/_size_t.h>
|
||||
|
||||
extern int beluga_alloc_counter;
|
||||
|
||||
|
||||
void * bAlloc(size_t size);
|
||||
void * bRealloc(void * ptr, size_t size);
|
||||
void * bFree(void * ptr);
|
||||
|
||||
#endif //BELUGA_UTILS_H
|
||||
Reference in New Issue
Block a user