tmpfs is almost fully done

This commit is contained in:
2025-07-18 14:06:43 +02:00
parent 361c1b29e3
commit bb61776b44
6 changed files with 221 additions and 21 deletions

View File

@@ -213,6 +213,7 @@ char *nn_strcpy(char *dest, const char *src);
const char *nn_strchr(const char *str, int ch);
int nn_strcmp(const char *a, const char *b);
nn_size_t nn_strlen(const char *a);
nn_bool_t nn_strbegin(const char *s, const char *prefix);
#ifndef NN_BAREMETAL
nn_Alloc nn_libcAllocator(void);