+ Addition of function prototypes. + Change function definitions to ANSI C style. + Convert to sed scripts some shell scripts for better portability. + Reduce usage of em_path.h
9 lines
112 B
C
9 lines
112 B
C
#include "em_private.h"
|
|
|
|
/* $Id$ */
|
|
|
|
void CC_fcon(char* val, arith siz)
|
|
{
|
|
COMMA();
|
|
WCON(sp_fcon, val, siz);
|
|
}
|