https://github.com/jrincayc/ucblogo-code
Revision 16c4e7222dbf786e6378afdcf1bd05a3a483e91e authored by Joshua Cogliati on 22 November 2020, 23:02:19 UTC, committed by GitHub on 22 November 2020, 23:02:19 UTC
ISSUE-67: Pass the output of getc as int.
Tip revision: 16c4e7222dbf786e6378afdcf1bd05a3a483e91e authored by Joshua Cogliati on 22 November 2020, 23:02:19 UTC
Merge pull request #68 from dmalec/ISSUE-67
Merge pull request #68 from dmalec/ISSUE-67
Tip revision: 16c4e72
nographics.c
/* A dummy graphics implementation for Unix */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#ifdef X_DISPLAY_MISSING
int pw, ph, pc, pm, pv, px, py, bg;
#ifndef HAVE_WX
char *LogoPlatformName="Unix-Nographics";
void nop()
{
}
#endif
#endif
Computing file changes ...