libosmocore/src/pseudotalloc
Pau Espin 00f4ef7262 pseudotalloc: Add simplistic implementation of talloc_asprintf
fsm.c uses this function. When compiled with --enable-embedded, it
triggers a warning:

fsm.c: In function 'osmo_fsm_inst_alloc':
fsm.c:213:4: warning: implicit declaration of function 'talloc_asprintf' [-Wimplicit-function-declaration]
    fi->name = talloc_asprintf(fi, "%s(%s)", fsm->name, id);

Change-Id: I61cd83d4c8570af1e452c945ac6f194baf7e6ac4
2017-06-22 18:14:18 +00:00
..
Makefile.am add libpseudotalloc as super-simplistic talloc replacement 2017-05-17 15:15:52 +01:00
pseudotalloc.c pseudotalloc: Add simplistic implementation of talloc_asprintf 2017-06-22 18:14:18 +00:00
talloc.h pseudotalloc: Add simplistic implementation of talloc_asprintf 2017-06-22 18:14:18 +00:00