Skip to content

Instantly share code, notes, and snippets.

@abissell
Last active January 3, 2016 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abissell/1240ee6605a3d411565f to your computer and use it in GitHub Desktop.
Save abissell/1240ee6605a3d411565f to your computer and use it in GitHub Desktop.
// "generic_chkd_array_client.c"
#include "chkd_array_client.h"
// Since == could not be used in the def of is_equal() for struct strct, define it here
static inline bool chkd_array_struct_strct_is_equal(struct strct *first, struct strct *second)
{
return first->a == second->a && first->b == second->b;
}
// All chkd_arrays and generic functions now available in this file ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment