blob: be9894e5392f88066089c0a84821a0604edcf41d [file] [log] [blame]
Nik Dewallybc9e1942024-07-02 17:00:15 +01001######################################
2'tfz-cpp/visualStudio'-directory guide
3######################################
Karl Zhang3de5ab12021-05-31 11:45:48 +08004
5************
6Introduction
7************
8
9This is just things to support running and debug under Microsoft Visual Studio
10(Visual Studio is a trademark of Microsoft Corporation). So far, it contains
11a "stand-in" for the ``unistd.h`` library, and more specifically, the
12``isatty()`` call in that library, which is used by Lex and YACC. Other
13functions may be added later as needed. At some time in the future, an
14up-coming "interactive mode" for interactively creating test templates may
15need an actual working ``isatty()``, but that's not ready yet.
16
Nik Dewallybc9e1942024-07-02 17:00:15 +010017***********************************************
18tf_fuzz/tfz-cpp/visualStudio directory contents
19***********************************************
Karl Zhang3de5ab12021-05-31 11:45:48 +080020.. code-block:: bash
21
22 unistd.c unistd.h
23
24--------------
25
26*Copyright (c) 2020, Arm Limited. All rights reserved.*