V10/630/src/procsize.c

Compare this file to the similar file:
Show the results in this format:

#include <jerq.h>
struct Proc proctab[2];
main(){
	int x=(char *)&proctab[1].state-(char *)&proctab[0];
}