File:  [HATARI the Atari ST Emulator] / hatari / src / includes / misc.h
Revision 1.1.1.6 (vendor branch): download - view: text, annotated - select for diffs
Mon Apr 1 07:13:43 2019 UTC (7 years, 2 months ago) by root
Branches: hatari, MAIN
CVS tags: hatari01001, hatari01000, HEAD
hatari 1.0.0

/*
  Hatari - misc.c

  This file is distributed under the GNU Public License, version 2 or at
  your option any later version. Read the file gpl.txt for details.
*/

#ifndef HATARI_MISC_H
#define HATARI_MISC_H

extern void Misc_RemoveWhiteSpace(char *pszString,int Length);
extern void Misc_strupr(char *pString);
extern int Misc_LimitInt(int Value, int MinRange, int MaxRange);
extern unsigned char Misc_ConvertToBCD(unsigned short int Value);

#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.