SIZE
#define __PASS_AS_FLOAT(TYPE_CLASS,SIZE) \
(TYPE_CLASS == __real_type_class && SIZE == 4)
#define __PASS_AS_FLOAT(TYPE_CLASS,SIZE) \
(TYPE_CLASS == __real_type_class && SIZE <= 8 \
|| TYPE_CLASS == __complex_type_class && SIZE <= 16)
CDUP STOU SMNT SYST SIZE MDTM
{ "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
| SIZE check_login SP pathname CRLF
| dev_info NUMBER TIME ',' SIZE
| attr_dev_info NUMBER TIME ',' SIZE
%token STRING NUMBER FLOAT VOLTAGE CURRENT SIZE
%type <num> NUMBER SIZE VOLTAGE CURRENT TIME
stack s[SIZE], *sp, *sp0, *sp1, temp;
if (sp + nc > s + SIZE) { /* Get more stack. */
if (sp + nc > s + SIZE) {
format.buffer_size = SIZE;
char buffer[SIZE];
size = read(fd, buffer, SIZE);
if (size != SIZE)
char buffer[SIZE];
size = read(fd, buffer, SIZE);
if (size != SIZE)
strftime (buffer, SIZE, "The time is %I:%M %p.\n", loctime);
strftime (buffer, SIZE, "%D %T was %w the %jth.\n", loctime);
char buffer[SIZE];
strftime (buffer, SIZE, "Today is %A, %B %d.\n", loctime);