#include "SaRnHtml.h"
int SaFormRadio(char* ename, char* evalue, int checked, char* elabel);
ename
evalue
checked
CHECKED
elabel
SaFormRadio("OS", "1", 1, "MAC");will write:
<INPUT TYPE="radio" NAME="OS" VALUE="1" CHECKED "MAC">to the output stream.