mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 02:51:14 +00:00
util-lib: split out allocation calls into alloc-util.[ch]
This commit is contained in:
@@ -22,8 +22,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "util.h"
|
||||
#include "alloc-util.h"
|
||||
#include "strbuf.h"
|
||||
#include "util.h"
|
||||
|
||||
/*
|
||||
* Strbuf stores given strings in a single continuous allocated memory
|
||||
|
||||
Reference in New Issue
Block a user