/[public]/psiconv/trunk/program/extra/checkuid.c
ViewVC logotype

Diff of /psiconv/trunk/program/extra/checkuid.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 75 Revision 348
1/* 1/*
2 checkuid.c - Part of psiconv, a PSION 5 file formats converter 2 checkuid.c - Part of psiconv, a PSION 5 file formats converter
3 Copyright (c) 1999, 2000 Frodo Looijaard <frodol@dds.nl> 3 Copyright (c) 1999-2004 Frodo Looijaard <frodo@frodo.looijaard.name>
4 4
5 This program is free software; you can redistribute it and/or modify 5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or 7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version. 8 (at your option) any later version.
17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18*/ 18*/
19 19
20 20
21#include <stdio.h> 21#include <stdio.h>
22#include <stdlib.h>
22 23
23unsigned long uid1[32] = { /* bit 0 */ 0x000045A0, 24unsigned long uid1[32] = { /* bit 0 */ 0x000045A0,
24 /* bit 1 */ 0x00008B40, 25 /* bit 1 */ 0x00008B40,
25 /* bit 2 */ 0x000006A1, 26 /* bit 2 */ 0x000006A1,
26 /* bit 3 */ 0x00000D42, 27 /* bit 3 */ 0x00000D42,

Legend:
Removed from v.75  
changed lines
  Added in v.348

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26