0ac16f6116
+ 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
13 lines
139 B
C
13 lines
139 B
C
#include "em_private.h"
|
|
|
|
/* $Id$ */
|
|
|
|
void CC_psdlb(int op, label dlb)
|
|
{
|
|
/* Pseudo with numeric datalabel
|
|
*/
|
|
PS(op);
|
|
DLB(dlb);
|
|
NL();
|
|
}
|