wm: teppich

ref: 4c1d32b6aac406b43dcb63541117ebddb0d1c42c
dir: /include/err.h/

View raw version
#pragma once
enum
{
	OK = 0,

	/* you don't want these mass up with your values */
	PERM_DENIED = -128, 
	NAME_TOO_LONG,
	NO_FILE,
	FS_NOT_READY,
	DIR_NOT_EMPTY,
	NO_MEM,
	LL_ERR,
}err;