mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-23 18:04:07 +00:00
7 lines
143 B
C
7 lines
143 B
C
#include <stdio.h>
|
|
|
|
#define userPrintf printf
|
|
#define userPuts(s) fputs(s, stdout)
|
|
#define userFlush() fflush(stdout)
|
|
#define userPutc putchar
|