#include "nortlib.h"
#include "cmdalgo.h"
int ci_sendfcmd(int mode, char *fmt, ...);
ci_sendfcmd() performs the same function as ci_sendcmd(), but it allows printf()-style formatting in order to send variable commands.
The same return values as ci_sendcmd().
Command Server and Client functions.