MCPcopy Create free account
hub / github.com/TheAlgorithms/C / get_width_and_precision

Function get_width_and_precision

developer_tools/min_printf.h:275–292  ·  view source on GitHub ↗

* @brief Takes width and precision specified from the format of the string * @param p pointer of the format string * @param width variable in which width will be stored * @param precision variable in which precision will be stored * @return character pointer to the current pointer of string p (used to update value of p) */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

min_printfFunction · 0.85

Calls 2

is_numberFunction · 0.85
unget_chFunction · 0.85

Tested by

no test coverage detected