Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F7712947
7zMethodID.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Size
249 B
Referenced Files
None
Subscribers
None
7zMethodID.c
View Options
/* 7zMethodID.c */
#include "7zMethodID.h"
int AreMethodsEqual(CMethodID *a1, CMethodID *a2)
{
int i;
if (a1->IDSize != a2->IDSize)
return 0;
for (i = 0; i < a1->IDSize; i++)
if (a1->ID[i] != a2->ID[i])
return 0;
return 1;
}
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Fri, Nov 21, 12:06 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1360988
Default Alt Text
7zMethodID.c (249 B)
Attached To
Mode
rXMOUNT xmount
Attached
Detach File
Event Timeline
Log In to Comment