change python config, add jupyter and ein

This commit is contained in:
2024-05-05 20:36:39 +02:00
parent b18d02d8d5
commit 8b80ceda39
168 changed files with 177127 additions and 46 deletions

13
lisp/zmq/src/context.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef __CONTEXT_H__
#define __CONTEXT_H__
#include "core.h"
EZMQ_FUN(ezmq_context, void);
EZMQ_FUN(ezmq_ctx_set, emacs_value, emacs_value, emacs_value);
EZMQ_FUN(ezmq_ctx_get, emacs_value, emacs_value);
EZMQ_FUN(ezmq_ctx_shutdown, emacs_value);
EZMQ_FUN(ezmq_ctx_term, emacs_value);
#endif /* __CONTEXT_H__ */