|
cantata
|
STM32CubeIDE Minimal System calls file. More...
#include <sys/stat.h>#include <stdlib.h>#include <errno.h>#include <stdio.h>#include <signal.h>#include <time.h>#include <sys/time.h>#include <sys/times.h>
Functions | |
| int | __io_putchar (int ch) __attribute__((weak)) |
| int | __io_getchar (void) |
| void | initialise_monitor_handles () |
| int | _getpid (void) |
| int | _kill (int pid, int sig) |
| void | _exit (int status) |
| __attribute__ ((weak)) | |
| int | _close (int file) |
| int | _fstat (int file, struct stat *st) |
| int | _isatty (int file) |
| int | _lseek (int file, int ptr, int dir) |
| int | _open (char *path, int flags,...) |
| int | _wait (int *status) |
| int | _unlink (char *name) |
| int | _times (struct tms *buf) |
| int | _stat (char *file, struct stat *st) |
| int | _link (char *old, char *new) |
| int | _fork (void) |
| int | _execve (char *name, char **argv, char **env) |
Variables | |
| int | errno |
| char ** | environ = __env |
STM32CubeIDE Minimal System calls file.
This software component is licensed by ST under BSD 3-Clause license, the "License"; You may not use this file except in compliance with the License. You may obtain a copy of the License at: opensource.org/licenses/BSD-3-Clause
1.8.13