|
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:
325 bytes
|
| Line | |
|---|
| 1 | #pragma once
|
|---|
| 2 |
|
|---|
| 3 | #include "fields.h"
|
|---|
| 4 | #include "stdint.h"
|
|---|
| 5 |
|
|---|
| 6 | /*
|
|---|
| 7 | =============================================================================
|
|---|
| 8 | infield.c -- global functions
|
|---|
| 9 | =============================================================================
|
|---|
| 10 | */
|
|---|
| 11 |
|
|---|
| 12 | extern int16_t infield(int16_t row, int16_t col, struct fet *fetp);
|
|---|
| 13 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.