git @ Cat's Eye Technologies Kosheri / master src / vmproc.h
master

Tree @master (Download .tar.gz)

vmproc.h @masterraw · history · blame

/*
 * vmproc.h
 * Virtual machine code backed processes.
 */

#ifndef __VMPROC_H_
#define __VMPROC_H_

struct value;
struct process;

struct process	*vmproc_new(struct value *);

#endif /* !__VMPROC_H_ */