Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   fwscanf.3p    ( 3 )

ввод символов (character input)

  Prolog  |  Name  |  Synopsis  |  Description  |  Return value  |  Error  |  Examples  |    Application usage    |  Rationale  |  Future directions  |  See also  |

Использование в приложениях (Application usage)

In format strings containing the '%' form of conversion specifications, each argument in the argument list is used exactly once.

For functions that allocate memory as if by malloc(), the application should release such memory when it is no longer required by a call to free(). For fwscanf(), this is memory allocated via use of the 'm' assignment-allocation character.