Skip to content

Commit

Permalink
DOSTIME: Declare functions to be implemented
Browse files Browse the repository at this point in the history
  • Loading branch information
woongbak committed Sep 9, 2016
1 parent d946b5a commit f3c6098
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions DOSTIME_Analyzer.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@

#define LENGTH 250

void dumpcode(unsigned char *buff, int len);
void printchar(unsigned char c);
int unix2dostime (int year, int month, int day, int hour, int min, int sec);
int isLittleEndian();
void dos2unixtime(int dostime);
int LittleEndian_to_BigEndian(int num);
unsigned int extract_hex(const char *src);


int main()
{
Expand Down

0 comments on commit f3c6098

Please sign in to comment.