Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 481 Bytes

reading-pointer-values.md

File metadata and controls

15 lines (11 loc) · 481 Bytes
description title ms.date ms.assetid
Learn more about: Reading Pointer Values
Reading Pointer Values
11/04/2016
3dd1cf15-30ac-4dec-9b14-258d20501fcf

Reading Pointer Values

ANSI 4.9.6.2 The input for %p conversion in the fscanf function

When the %p format character is specified, the fscanf function converts pointers from hexadecimal ASCII values into the correct address.

See also

Library Functions