close Warning: Can't use blame annotator:
No changeset 602f9b57a61165a71e5923f4c294f568b4d10e61 in the repository

source: buchla-68k/orig/lib/INCLUDE/MEMORY.H@ 602f9b5

Last change on this file since 602f9b5 was 3ae31e9, checked in by Thomas Lopatic <thomas@…>, 8 years ago

Imported original source code.

  • Property mode set to 100755
File size: 374 bytes
RevLine 
1/*
2 ============================================================================
3 memory.h -- header for memory functions
4 Version 3 -- 1987-04-06 -- D.N. Lynx Crowe
5 ============================================================================
6*/
7
8extern char *memccpy(), *memchr(), *memcpy(), *memset();
9extern int memcmp(), *memsetw(), *memcpyw(), memcmpu();
Note: See TracBrowser for help on using the repository browser.