mirror of
https://github.com/simtactics/niotso.git
synced 2025-03-23 11:22:20 +00:00
8 lines
133 B
C
8 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>
|