My Project
Loading...
Searching...
No Matches
C_lib
include_printf
az_putchar_fd.c
Go to the documentation of this file.
1
// kernel_lib_printf_functions
2
/*
3
* Kernel Lib Printf Functions
4
*
5
* Maintainer: Park Jiwoo
6
*
7
* Copyright (C) 2024 Park-Jiwoo
8
*
9
*/
10
#include "
kernel_pr_he.h
"
11
#include <unistd.h>
12
13
void
az_putchar_fd
(
char
c,
int
fd)
14
{
15
write(fd, &c, 1);
16
}
az_putchar_fd
void az_putchar_fd(char c, int fd)
Definition
az_putchar_fd.c:13
kernel_pr_he.h
Generated by
1.12.0