//! This file contains the BSD APIs available in Haiku. It corresponds to the //! header files in `headers/compatibility/bsd`. //! //! Note that Haiku's BSD compatibility is a combination of system APIs and //! utility libraries. There should only be system APIs in `libc`. When you are //! trying to determine whether something should be included in this file, the //! best indicator is whether it also exists in the BSD-specific definitions in //! this libc crate.
usecrate::prelude::*;
// stringlist.h (utility library) // Note: this is kept because it was previously introduced pubtype StringList = _stringlist;
s! { // stringlist.h (utility library) // Note: this is kept because it was previously introduced pubstruct _stringlist { pub sl_str: *mut *mut c_char, pub sl_max: size_t, pub sl_cur: size_t,
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.