libc_stdio.h 336 B

1234567891011121314151617181920
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. /*
  7. * File : libc_stdio.h
  8. *
  9. * Change Logs:
  10. * Date Author Notes
  11. * 2020-09-05 Meco Manthe first version
  12. */
  13. #ifndef LIBC_STDIO_H__
  14. #define LIBC_STDIO_H__
  15. #include <posix_getline.h>
  16. #endif