class EL_C_API

(source code)

description

Base class for C API

note
	description: "Base class for C API"

	author: "Finnian Reilly"
	copyright: "Copyright (c) 2001-2022 Finnian Reilly"
	contact: "finnian at eiffel hyphen loop dot com"

	license: "MIT license (See: en.wikipedia.org/wiki/MIT_License)"
	date: "2024-01-07 11:11:08 GMT (Sunday 7th January 2024)"
	revision: "4"

class
	EL_C_API

inherit
	EL_MEMORY_ROUTINES

end