B

The functions, macros, and data structures in the C library are described here in alphabetical order.

A ¦ B ¦ C ¦ D ¦ E ¦ F ¦ G ¦ H ¦ I ¦ J ¦ K ¦ L ¦ M ¦ N ¦ O ¦ P ¦ Q ¦ R ¦ S ¦ T ¦ U ¦ V ¦ W ¦ X ¦ Y ¦ Z

The following have been deprecated:

Instead of: Use:
barrier_attr_destroy() pthread_barrierattr_destroy()
barrier_attr_getpshared() pthread_barrierattr_getpshared()
barrier_attr_init() pthread_barrierattr_init()
barrier_attr_setpshared() pthread_barrierattr_setpshared()
barrier_destroy() pthread_barrier_destroy()
barrier_init() pthread_barrier_init()
barrier_wait() pthread_barrier_wait()
brk() malloc()

This chapter describes the API components whose names begin with "B".