Skip to content
Snippets Groups Projects
Commit d2257789 authored by armatusmiles's avatar armatusmiles
Browse files

[+] dap_strn_equals function

parent 6d69cc4b
No related branches found
No related tags found
No related merge requests found
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
fflush(stdout); } fflush(stdout); }
#define dap_str_equals(str1, str2) strcmp(str1, str2) == 0 #define dap_str_equals(str1, str2) strcmp(str1, str2) == 0
#define dap_strn_equals(str1, str2, count) strncmp(str1, str2, count) == 0
/* /*
How to use benchmark_xxx() functions: How to use benchmark_xxx() functions:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment