close Warning: Can't use blame annotator:
No changeset b28c09e8acc4928d502eb64b9c043a5576026e02 in the repository

source: buchla-68k/lib700/toupper.x@ b28c09e

Last change on this file since b28c09e was 526a993, checked in by Thomas Lopatic <thomas@…>, 7 years ago

Wording change.

  • Property mode set to 100644
File size: 465 bytes
RevLine 
1/*
2 =============================================================================
3 toupper.c -- external declarations
4 =============================================================================
5*/
6
7#pragma once
8
9#include "stdint.h"
10
11/*
12 =============================================================================
13 external functions
14 =============================================================================
15*/
16
17extern int16_t toupper(int16_t c);
Note: See TracBrowser for help on using the repository browser.