This website requires JavaScript.
Explore
Help
Sign In
Experiments
/
libds
Watch
1
Star
0
Fork
0
You've already forked libds
Code
Issues
Pull Requests
Releases
Wiki
Activity
27ea69e125
libds
/
src
/
libds.c
4 lines
71 B
C
Raw
Normal View
History
Unescape
Escape
Implement compare_always function.
2016-12-20 21:22:10 -08:00
#
include
"libds.h"
Format code.
2016-12-21 14:50:32 -08:00
int
compare_always
(
void
*
a
,
void
*
b
)
{
return
1
;
}
Reference in New Issue
Copy Permalink