/*
 *    (c)Copyright 1992-1997 Obvious Implementations Corp.  Redistribution and
 *    use is allowed under the terms of the DICE-LICENSE FILE,
 *    DICE-LICENSE.TXT.
 */
#include	<stddef.h>
#include	<stdlib.h>
#include	<stdio.h>
#include	<fcntl.h>

void    testfunc() {
        printf("testfunc()\n");
}

