lua-graph.h - gsl-shell.git - gsl-shell

index : gsl-shell.git
gsl-shell
summary refs log tree commit diff
path: root/lua-graph.h
blob: 296b043f70a758a8492979d9ac3861ffe35150f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#ifndef LUA_GRAPH_H
#define LUA_GRAPH_H
#include <pthread.h>
#include "defs.h"
__BEGIN_DECLS
#include <lua.h>
extern void graph_close_windows (lua_State *L);
extern void register_graph (lua_State *L);
extern void gsl_shell_close_with_graph (struct gsl_shell_state* gs, int send_close_req);
extern int initialize_fonts(lua_State* L);
extern pthread_mutex_t agg_mutex[1];
#define AGG_LOCK() pthread_mutex_lock (agg_mutex);
#define AGG_UNLOCK() pthread_mutex_unlock (agg_mutex);
__END_DECLS
#endif
generated by cgit v1.2.3 (git 2.25.1) at 2025年09月11日 11:33:24 +0000

AltStyle によって変換されたページ (->オリジナル) /