Annotation of hatari/src/includes/misc.h, revision 1.1

1.1     ! root        1: /*
        !             2:   Hatari
        !             3: */
        !             4: 
        !             5: extern void Misc_FindWindowsVersion(void);
        !             6: extern void Misc_PadStringWithSpaces(char *pszString,int nChars);
        !             7: extern void Misc_RemoveSpacesFromString(char *pszSrcString, char *pszDestString);
        !             8: extern void Misc_RemoveWhiteSpace(char *pszString,int Length);
        !             9: extern void Misc_FindWorkingDirectory(void);
        !            10: extern int Misc_LimitInt(int Value, int MinRange, int MaxRange);
        !            11: extern unsigned char Misc_ConvertToBCD(unsigned short int Value);
        !            12: extern void Misc_SeedRandom(unsigned long Seed);
        !            13: extern long Misc_GetRandom(void);
        !            14: //extern void Misc_TimeDataToDos(FILETIME *pFileTime, WORD *pFatDate, WORD *pFatTime);

unix.superglobalmegacorp.com

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