Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/P-p-H-d/mlib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Pelissier <Patrick.Pelissier@gmail.com>2023-04-11 01:07:33 +0300
committerPatrick Pelissier <Patrick.Pelissier@gmail.com>2023-04-11 01:07:33 +0300
commit9c1cb9c835ee511fab20c3ca468871e240a305a0 (patch)
treeaa0c705f043ec9c80e29e2ede052201c45ecb1bb /README.md
parent19cb329ae686335b678c0e57611a24e87266d839 (diff)
Update doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 673370d..724e2a0 100644
--- a/README.md
+++ b/README.md
@@ -938,8 +938,8 @@ information about why abandonment is good software practice.
It can however be overloaded to handle other policy for error handling like:
-* throwing an error,
-* set a global error and handle it when the function returns,
+* throwing an error (See header [m-try](#m-try) for defining exceptions with M\*LIB),
+* set a global error and handle it when the function returns [planned, not possible yet],
* other policy.
This function takes the size in bytes of the memory that has been tried to be allocated.