Ban FILE* functions.
This commit is contained in:
parent
f48b3d72df
commit
51b7df09e2
|
@ -214,6 +214,10 @@ of the ABI:
|
||||||
- token.h
|
- token.h
|
||||||
- traceback.h
|
- traceback.h
|
||||||
|
|
||||||
|
In addition, functions expecting ``FILE*`` are not part of
|
||||||
|
the ABI, to avoid depending on a specific version of the
|
||||||
|
Microsoft C runtime DLL on Windows.
|
||||||
|
|
||||||
Global Variables
|
Global Variables
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue