|
d718f1ff1d
|
Don't zero rax in tolower/toupper; they both call islower/isupper which already zeroes rax
|
2025-06-23 15:59:40 +02:00 |
|
|
acd0afbeba
|
Fix jumps in tolower/toupper; .dtu/.dtl would always be reached.
|
2025-06-23 15:55:38 +02:00 |
|
|
3ec591aab4
|
tolower(), toupper()
|
2025-06-23 15:47:05 +02:00 |
|
|
c798157fd8
|
Use conditional moves in max[u]()/min[u]()
|
2025-06-23 15:24:30 +02:00 |
|
|
2f5e3202db
|
min[u](),max[u](),islower(),isupper(),print(),puts(),strlen(),strcpy(),strcat()
|
2025-06-23 15:07:55 +02:00 |
|