Skip to content
#

built-in-functions

Here are 21 public repositories matching this topic...

The function is a block of code defined with a name. We use functions whenever we need to perform the same task multiple times without writing the same code again. It can take arguments and returns the value.

  • Updated Dec 9, 2022
  • Jupyter Notebook

builtin documentation. This project showcases the usage of GCC/Clang built-in functions (__builtin_*) for performing low-level operations such as bit counting, memory manipulation, and overflow checking. Examples of function calls with explanations are provided. // Этот проект демонстрирует использование встроенных функций GCC/Clang (__builtin_*)

  • Updated Dec 22, 2024
  • C

Improve this page

Add a description, image, and links to the built-in-functions topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the built-in-functions topic, visit your repo's landing page and select "manage topics."

Learn more