The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

CTASSERT (9)
  • >> CTASSERT (9) ( FreeBSD man: Ядро )

  • BSD mandoc
     

    NAME

    CTASSERT
    
     - compile time assertion macro
    
     
    

    SYNOPSIS

       #include <sys/param.h>
       #include <sys/systm.h>
    CTASSERT (expression);
     

    DESCRIPTION

    The CTASSERT ();
    macro evaluates Fa expression at compile time and causes a compiler error if it is false.

    The CTASSERT ();
    macro is useful for asserting the size or alignment of important data structures and variables during compilation, which would otherwise cause the code to fail at run time.  

    EXAMPLES

    Assert that the size of the Vt uuid structure is 16 bytes.

    "CTASSERT(sizeof(struct uuid) == 16);"
     

    SEE ALSO

    KASSERT(9)  

    AUTHORS

    This manual page was written by An Hiten M. Pandya Aq hmp@FreeBSD.org .


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    EXAMPLES
    SEE ALSO
    AUTHORS


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру