|
e2de729a87
|
Adds strclr() and strlclr()
|
2025-06-24 18:29:18 +02:00 |
|
|
46051d0082
|
FIX: strcat() returning wrong address
|
2025-06-24 17:53:56 +02:00 |
|
|
e620754b13
|
Adds strlcpy()
|
2025-06-24 15:53:24 +02:00 |
|
|
f10b2f3c88
|
Save/restore rdi to r10 instead of stack in strcat(),puts()
|
2025-06-24 15:06:21 +02:00 |
|
|
f4162ed21a
|
(alternative) strcmp()
|
2025-06-23 17:46:42 +02:00 |
|
|
6463c3711a
|
FIX: Return value of strcpy()
|
2025-06-23 16:28:05 +02:00 |
|
|
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 |
|