AfanasevGad7

This is a task for our favourite professor
git clone git://git.stellar-nexus.ru/AfanasevGad7
Log | Files | Refs | README

commit 67a8e64a193fe7cef6f4d98dbde7d123501b4150
parent 1057df19a4e707632622c6ce440df9c012c48682
Author: Plat <plat@stellar-nexus.ru>
Date:   Fri,  7 Nov 2025 10:32:41 +0000

Added stubs for dflag in avl and rb

Diffstat:
Mavl.c | 1+
Mrb.c | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/avl.c b/avl.c @@ -151,6 +151,7 @@ main(int argc, char *argv[]) sflag = 1; break; case 'd': + eprintf("Not implemented"); dflag = 1; break; } ARGEND diff --git a/rb.c b/rb.c @@ -110,6 +110,7 @@ main(int argc, char *argv[]) sflag = 1; break; case 'd': + eprintf("Not implemented"); dflag = 1; break; } ARGEND