|
2e7a7c7b5f
|
Fix: EOS not copied to dest in strcpy()
|
2025-06-23 16:21:21 +02:00 |
|
|
ed83e83885
|
Set rax to original rdi in strcat() (make sure dest pointer is returned)
|
2025-06-23 15:35:41 +02:00 |
|
|
0ee1142b75
|
Add null terminator to dest in strcpy()
|
2025-06-23 15:32:40 +02:00 |
|
|
e92afdb199
|
Remove unneeded saving of rdi in strcpy()
|
2025-06-23 15:30:39 +02:00 |
|
|
26c150cec0
|
Remove unneeded saving of rdi in strcat()
|
2025-06-23 15:27:02 +02:00 |
|
|
2f5e3202db
|
min[u](),max[u](),islower(),isupper(),print(),puts(),strlen(),strcpy(),strcat()
|
2025-06-23 15:07:55 +02:00 |
|