source: main/tags/2.81/indexers/mgpp/lib/sysfuncs.cpp@ 21134

Last change on this file since 21134 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.