File:  [Tom Morton FrontierVM] / frontvm / hardware / misc.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:57:15 2018 UTC (8 years, 3 months ago) by root
Branches: frontvm, MAIN
CVS tags: frontvm2-20061120, frontvm-20040517, HEAD
Tom Morton

/*
  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_FindWindowsVersion(void);
extern void Misc_PadStringWithSpaces(char *pszString,int nChars);
extern void Misc_RemoveSpacesFromString(char *pszSrcString, char *pszDestString);
extern void Misc_RemoveWhiteSpace(char *pszString,int Length);
extern void Misc_strupr(char *pString);
extern void Misc_FindWorkingDirectory(char *prgname);
extern int Misc_LimitInt(int Value, int MinRange, int MaxRange);
extern unsigned char Misc_ConvertToBCD(unsigned short int Value);
extern void Misc_SeedRandom(unsigned long Seed);
extern long Misc_GetRandom(void);

#endif

unix.superglobalmegacorp.com

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