aboutsummaryrefslogtreecommitdiff
path: root/src/common/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/README')
-rw-r--r--src/common/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/README b/src/common/README
index deae76f..e40df40 100644
--- a/src/common/README
+++ b/src/common/README
@@ -8,6 +8,7 @@ It relies on a few functions being exported :
- dbg_print(const char* str)
- void* malloc(size_t size)
- free(void* ptr)
+- yield()
These function are supposed to be defined in the code that calls
the common functions. The headers for these functions are to be