mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-22 10:52:20 +00:00
7 lines
133 B
C
7 lines
133 B
C
/*
|
|
* src/include/port/sunos4.h
|
|
*
|
|
* sprintf() returns char *, not int, on SunOS 4.1.x */
|
|
#define SPRINTF_CHAR
|
|
|
|
#include <unistd.h>
|