Generate docs for apps
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m46s

This commit is contained in:
2026-03-15 23:34:51 +01:00
parent 9629aec4e2
commit 41c979e41b
10 changed files with 42 additions and 4 deletions

View File

@@ -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);