Add strdup_or_die() which will allow to simplify code paths were strdup() failures...
authorFabian Keil <fk@fabiankeil.de>
Sun, 4 Mar 2012 11:52:45 +0000 (11:52 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 4 Mar 2012 11:52:45 +0000 (11:52 +0000)
commit903bb2c0cc00cf014f1f01f5198f057c9a8dbf75
treeab55ae892a119f9f361f5818684b3c7a32f056a9
parentcb410357b05c075f3b0c81175707a05d0a0cde04
Add strdup_or_die() which will allow to simplify code paths were strdup() failures don't need to be handled gracefully
miscutil.c
miscutil.h