view trycpp.c @ 14:b7bbc84fe17f

increase buffer size (did not appear to help)
author Henry S. Thompson <ht@inf.ed.ac.uk>
date Fri, 07 Feb 2025 14:44:07 +0000
parents 3bfef1f22a97
children
line wrap: on
line source

int main()
{
#ifdef NeXT
  printf("nextstep\n"); exit(0);
#endif
  printf("unknown\n"); exit(0);
}