source: git/xalloc/dummy.c @ 8d1432e

spielwiese
Last change on this file since 8d1432e was 82102f, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
xalloc is usable instead of omalloc ADD: xalloc is a standalone (stub) library with configure.ac and Makefile.am ADD: added missing required macros and constants USAGE: just replace omalloc/ with xalloc/ (or sym-link)
  • Property mode set to 100644
File size: 135 bytes
Line 
1#include "omalloc.h"
2
3int om_sing_opt_show_mem; /* dummy */
4struct omInfo_s om_Info; /* dummy */
5struct omOpts_s om_Opts; /* dummy */
6
Note: See TracBrowser for help on using the repository browser.