Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/assert.h

    rbc56f30 r4805495  
    4141#define _LIBC_ASSERT_H_
    4242
    43 #include <_bits/decls.h>
    44 
    4543#ifndef __cplusplus
    4644#define static_assert _Static_assert
    4745#endif
    48 
    49 __C_DECLS_BEGIN;
    5046
    5147extern void __helenos_assert_abort(const char *, const char *, unsigned int)
     
    5450extern void __helenos_assert_quick_abort(const char *, const char *, unsigned int)
    5551    __attribute__((noreturn));
    56 
    57 __C_DECLS_END;
    5852
    5953#endif
Note: See TracChangeset for help on using the changeset viewer.