@ -99,10 +99,10 @@ tolower:
mov rcx, rax
mov al, byte [rdi]
cmp rcx, 1
je .dtl
.dtl:
jne .quit
add al, 32
.quit:
leave
ret
;----- toupper(char* c) -----;
@ -116,9 +116,9 @@ toupper:
je .dtu
.dtu:
sub al, 32
The note is not visible to the blocked user.