int main(int argc, char **argv) { typedef struct BFM{int i; int j;} bfm; struct BFM this; struct BFM that; memset(that,0,sizeof struct BFM); memcpy(this,that,sizeof struct BFM); return(0); }