mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-24 13:57:17 -04:00
printf update
This commit is contained in:
parent
3947fd513f
commit
cb0459a960
6 changed files with 47 additions and 163 deletions
|
@ -7,10 +7,6 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
void vx_prints(const char * str);
|
||||
void vx_printx(unsigned value);
|
||||
void vx_printv(const char * str, unsigned value);
|
||||
|
||||
int vx_vprintf(const char* format, va_list va);
|
||||
int vx_printf(const char * format, ...);
|
||||
int vx_putchar(int c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue