spielwiese
Last change
on this file since 2abbc76 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 | |
---|
3 | int om_sing_opt_show_mem; /* dummy */ |
---|
4 | struct omInfo_s om_Info; /* dummy */ |
---|
5 | struct omOpts_s om_Opts; /* dummy */ |
---|
6 | |
---|
Note: See
TracBrowser
for help on using the repository browser.