blob: e979f11b9cd40efbdb4401f44d6e9d7a67633b04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
This software is distributed under license and may not be copied, modified
or distributed except as expressly authorized under the terms of that
license. Refer to licensing information at http://www.artifex.com/ or
contact Artifex Software, Inc., 101 Lucas Valley Road #110,
San Rafael, CA 94903, (415)492-9861, for further information. */
/* $Id$ */
#include "plapi.h"
int main(int argc, char *argv[]) {
return pl_main(argc, argv);
}
|