Skip to content
Snippets Groups Projects
Commit 24282fa5 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

No longer used.

parent 9abe4231
Branches
Tags
No related merge requests found
......@@ -3,8 +3,7 @@ commands
silent
echo --- sfree ---\n
echo Arg:
output ptr
echo \n
print ptr
bt
echo =========\n
cont
......
......@@ -2,10 +2,9 @@ commands
silent
echo --- smalloc ---\n
echo Arg:
output size
echo \nVal:
output p
echo \n
print size
echo Val:
print p
bt
echo =========\n
cont
......
......@@ -2,11 +2,11 @@ commands
silent
echo --- srealloc ---\n
echo Arg:
output size
echo \nVal:
output new_ptr
echo \nOld:
output ptr
print size
echo Val:
print new_ptr
echo Old:
print ptr
echo \n
bt
echo =========\n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment