Changeset 4505 for trunk/Nebulous/nebclient/src/xmalloc.h
- Timestamp:
- Jul 7, 2005, 12:03:16 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous/nebclient/src/xmalloc.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous/nebclient/src/xmalloc.h
r3022 r4505 4 4 * Copyright (C) 2003 Robert Lupton 5 5 * 6 * $Id: xmalloc.h,v 1. 2 2005-01-16 19:49:09jhoblitt Exp $6 * $Id: xmalloc.h,v 1.3 2005-07-07 22:03:16 jhoblitt Exp $ 7 7 */ 8 8 … … 12 12 void * 13 13 xmalloc(size_t n); 14 15 void * 16 xrealloc(void *ptr, size_t size); 14 17 15 18 void
Note:
See TracChangeset
for help on using the changeset viewer.
