Changeset 4677 for trunk/Nebulous/nebclient/src/xmalloc.h
- Timestamp:
- Jul 29, 2005, 4:45:31 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
r4505 r4677 2 2 * xmalloc.h - malloc that can't fail 3 3 * 4 * Copyright (C) 2003 Robert Lupton4 * Copyright (C) 2003-2005 Joshua Hoblitt, 2003 Robert Lupton 5 5 * 6 * $Id: xmalloc.h,v 1. 3 2005-07-07 22:03:16jhoblitt Exp $6 * $Id: xmalloc.h,v 1.4 2005-07-30 02:45:31 jhoblitt Exp $ 7 7 */ 8 8 … … 10 10 #define XMALLOC_H 1 11 11 12 void * 13 xmalloc(size_t n); 12 void * xmalloc(size_t n); 14 13 15 void * 16 xrealloc(void *ptr, size_t size); 14 void * xrealloc(void *ptr, size_t size); 17 15 18 void 19 xfree(void *ptr); 16 void xfree(void *ptr); 20 17 21 18 #endif // XMALLOC_H
Note:
See TracChangeset
for help on using the changeset viewer.
