source: mainline/uspace/lib/cpp/include/cassert@ 8fd0675f

Last change on this file since 8fd0675f was b57ba05, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 3 years ago

Update headers in C++ files

  • Property mode set to 100644
File size: 231 bytes
RevLine 
[b83ec692]1/*
[b57ba05]2 * SPDX-FileCopyrightText: 2019 Jaroslav Jindrak
[b83ec692]3 *
[b57ba05]4 * SPDX-License-Identifier: BSD-3-Clause
[b83ec692]5 */
6
7#ifndef LIBCPP_CASSERT
8#define LIBCPP_CASSERT
9
[bc56f30]10#include <assert.h>
[7dcce0a]11
12#define __unimplemented() assert(!"Not implemented!")
[78449b15]13
[b83ec692]14#endif
Note: See TracBrowser for help on using the repository browser.