mirror of
https://github.com/simtactics/niotso.git
synced 2025-05-10 13:31:42 -04: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>
|