aboutsummaryrefslogtreecommitdiffstats
path: root/src/gpt.c
blob: f3927109d5a7797bb541352fe3c3d3d331e53efb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * gpt.c:
 *
 * Copyright (c) 2007 James McKenzie <james@fishsoup.dhs.org>,
 * All rights reserved.
 *
 */

static char rcsid[] = "$Id: gpt.c,v 1.1 2007/09/08 16:49:37 root Exp $";

/*
 * $Log: gpt.c,v $
 * Revision 1.1  2007/09/08 16:49:37  root
 * *** empty log message ***
 *
 */



#include "project.h"


int
main (int argc, char *argv[])
{
  return 0;
}