This website requires JavaScript.
Explore
Help
Sign In
elf
/
rlocate
Watch
1
Star
0
Fork
You've already forked rlocate
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
9f0158be7e
rlocate
/
crates
/
squozen
/
docs
/
patprep
/
patprep.h
2 lines
27 B
C
Raw
Normal View
History
Unescape
Escape
Moved everything around so it's more project-y Added the squozen patprep function, added unit tests to the patprep `c` code, and ensured that the rust version works the same way. The only remaining code slowdown is that re-allocating the Vec 50 million times turns out to be slower than re-using the same slice of RAM over and over and over.
2022-11-11 16:31:22 +00:00
char
*
patprep
(
char
*
name
)
;