Now exports B_EMPTY_STRING - maybe there is a better place for it, like

SupportDefs.cpp. Feel free to move it to a better place.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8302 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-07-05 12:50:22 +00:00
parent 9a5cc9a002
commit ba8e3cf1e4
1 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,9 @@
#define REPLACE_ALL 0x7FFFFFFF
const char *B_EMPTY_STRING = "";
// helper function, returns minimum of two given values (but clamps to 0):
static inline int32
min_clamp0(int32 num1, int32 num2)