Generate docs for apps
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m46s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m46s
This commit is contained in:
3
ce/.gitignore
vendored
3
ce/.gitignore
vendored
@@ -1,2 +1,5 @@
|
||||
*.o
|
||||
*.json
|
||||
docs/
|
||||
.cache/
|
||||
ce
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
#ifndef _WALLOC_H
|
||||
#define _WALLOC_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
void* wmalloc (void* ctx, size_t size);
|
||||
|
||||
void* wrealloc (void* ctx, void* mem, size_t old, size_t new);
|
||||
|
||||
Reference in New Issue
Block a user