jetspace / desktop

Repo of the JetSpace Desktop Core tools
http://side.rtfd.org
MIT License
1 stars 2 forks source link

Implement strdup #4

Closed mame98 closed 9 years ago

mame98 commented 9 years ago

strdup is not in the default C99, so we have to write our own version of it. However it is runable without, but this is a very very bad solution!

mame98 commented 9 years ago

Check!