/* * util - Utility function library * * Library helper functions * * Copyright IBM Corp. 2013, 2017 * * s390-tools is free software; you can redistribute it and/or modify * it under the terms of the MIT license. See LICENSE for details. */ #ifndef UTIL_H #define UTIL_H #include "util_base.h" #include "util_list.h" #include "util_part.h" #endif /* UTIL_H */