diff options
author | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-09 18:00:10 +0100 |
---|---|---|
committer | Alex Auvolat <alex.auvolat@ens.fr> | 2015-02-09 18:00:10 +0100 |
commit | 3b03f1e41558131ca2f83a460f4d2e289cbedac0 (patch) | |
tree | 72c2ee12fa00e55965bcbd1e956f78f85357aab9 /src/common/README | |
parent | 002a1b035e2464c11b17f1bfd3835deccef7652a (diff) | |
download | kogata-3b03f1e41558131ca2f83a460f4d2e289cbedac0.tar.gz kogata-3b03f1e41558131ca2f83a460f4d2e289cbedac0.zip |
Rebrand
Diffstat (limited to 'src/common/README')
-rw-r--r-- | src/common/README | 1 |
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 |