f() { ... WriteFD((const void *)&theI,sizeof(int)); WriteFD((const void *)theTxt,strlen(theTxt)); ... }