Last change
on this file since 1d61ba3 was 6262b5c, checked in by Thomas Lopatic <thomas@…>, 8 years ago |
Added include files for global functions and variables.
|
-
Property mode
set to
100644
|
File size:
426 bytes
|
Line | |
---|
1 | #pragma once
|
---|
2 |
|
---|
3 | #include "stdint.h"
|
---|
4 |
|
---|
5 | /*
|
---|
6 | =============================================================================
|
---|
7 | vputs.c -- global functions
|
---|
8 | =============================================================================
|
---|
9 | */
|
---|
10 |
|
---|
11 | extern void vputs(uint16_t *sbase, uint16_t row, uint16_t col, uint16_t attrib, int8_t *str);
|
---|
12 | extern void vputsa(uint16_t *sbase, uint16_t row, uint16_t col, uint16_t *attrib, int8_t *str);
|
---|
13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.