brintos

brintos / llvm-project-archived public Read only

0
0
Text · 490 B · 718ebd0 Raw
18 lines · plain
1.. _libc_uefi_usage:2 3===================4Using libc for UEFI5===================6 7.. contents:: Table of Contents8  :depth: 49  :local:10 11Using the UEFI C library12========================13 14Once you have finished :ref:`building<libc_uefi_building>` the UEFI C library15it can be used to run libc or libm functions inside of UEFI Images. Currently,16not all C standard functions are supported in UEFI. Consult the :ref:`list of17supported functions<libc_uefi_support>` for a comprehensive list.18