Ignore:
Timestamp:
Jul 13, 2020, 8:07:55 PM (4 years ago)
Author:
coas-nagasima
Message:

ntshellアプリはnewlibを使うよう変更し、syscallの実装部分と区別がつくよう更新。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • EcnlProtoTool/trunk/ntshell/src/pipe_stub.c

    r441 r442  
    3636 */
    3737#include "shellif.h"
    38 #include <stdint.h>
    3938#include <kernel.h>
    4039#include <t_syslog.h>
     
    4645#include "fdtable.h"
    4746#include "kernel_cfg.h"
    48 #include <string.h>
    49 #include "util/ntstdio.h"
    5047#include "hal/serial_api.h"
    5148
Note: See TracChangeset for help on using the changeset viewer.