Re: var args in kernel?

From: Jan Engelhardt
Date: Tue Nov 23 2004 - 09:10:40 EST


>> Why can't you do dest=src? Assignment of struct to struct has been a part
>> of C since earliest times.
>
>It's not a struct, it's an array (of one element of struct type). You
>can't assign arrays.

int callme(const char *fmt, struct { ... } argp[1]) {
dest = *argp;
}

Maybe that way?


Jan Engelhardt
--
Gesellschaft für Wissenschaftliche Datenverarbeitung
Am Fassberg, 37077 Göttingen, www.gwdg.de
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/