Plan 9 from Bell Labs’s /usr/web/sources/contrib/fgb/root/sys/src/ape/lib/curses/plan9/pdcutil.c

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#include <curspriv.h>
#include <sys/time.h>
#include "pdcplan9.h"


void PDC_beep(void)
{
	PDC_LOG(("PDC_beep() - called\n"));
}


void PDC_napms(int ms)
{
	PDC_LOG(("PDC_napms() - called\n"));
	p9napms(ms);
}


const char *PDC_sysname(void)
{
	PDC_LOG(("PDC_sysname() - called\n"));

	return "PLAN9";
}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.