Ignore:
Timestamp:
Jul 5, 2020, 9:26:49 PM (4 years ago)
Author:
coas-nagasima
Message:

dateコマンド追加
コードの整理

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/ntshell/ntshell/util/ntstdio.h

    r331 r433  
    6767#define NTSTDIO_OPTION_LF_CR        (1 << 3)
    6868
     69struct ntstdio_t;
    6970typedef unsigned char (*NTSTDIO_XI)(struct ntstdio_t *handle);
    7071typedef void (*NTSTDIO_XO)(struct ntstdio_t *handle, unsigned char c);
     
    7374        NTSTDIO_XI xi;
    7475        NTSTDIO_XO xo;
    75         char *outptr;
    76         int len;
    7776        int pos;
    7877        unsigned int option;
     78        void *exinf;
    7979} ntstdio_t;
    8080
Note: See TracChangeset for help on using the changeset viewer.