fscanf

  1. alias fscanf = __mingw_fscanf
    version(MinGW)
    extern (C) nothrow @nogc
    alias fscanf = __mingw_fscanf
  2. alias fscanf = __isoc99_fscanf

Meta