mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
runtime static library
This commit is contained in:
parent
b7d7e69f47
commit
8a306de02d
73 changed files with 360 additions and 94341 deletions
20
runtime/include/vx_print.h
Normal file
20
runtime/include/vx_print.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
#ifndef VX_IO_H
|
||||
#define VX_IO_H
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void vx_print_hex(unsigned);
|
||||
void vx_printf(const char *, unsigned);
|
||||
|
||||
void vx_print_str(const char *);
|
||||
void vx_printc(unsigned, char c);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue