Mon 14 Oct 23:06:38 CEST 2024
This commit is contained in:
parent
cdadc55a34
commit
7315645714
14
kernel/printf.h
Normal file
14
kernel/printf.h
Normal file
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
Copyright (C) 2016-2019 The University of Notre Dame
|
||||
This software is distributed under the GNU General Public License.
|
||||
See the file LICENSE for details.
|
||||
*/
|
||||
|
||||
#ifndef PRINTF_H
|
||||
#define PRINTF_H
|
||||
|
||||
char getchar();
|
||||
void putchar( char c );
|
||||
void printf( const char *s, ... );
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user