source: main/trunk/greenstone2/common-src/indexers/mgpp/lib/sysfuncs.cpp@ 26162

Last change on this file since 26162 was 16583, checked in by davidb, 16 years ago

Undoing change commited in r16582

  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 87 bytes
Line 
1#include <stdlib.h>
2
3void *bcopy(void *s, void *d, int n)
4{ return memcpy(d, s, n);
5}
6
Note: See TracBrowser for help on using the repository browser.