Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

Testing latest pari + WASM + node.js... and it works?! Wow.

28495 views
License: GPL3
ubuntu2004
1
/* Copyright (C) 2009 The PARI group.
2
3
This file is part of the PARI/GP package.
4
5
PARI/GP is free software; you can redistribute it and/or modify it under the
6
terms of the GNU General Public License as published by the Free Software
7
Foundation; either version 2 of the License, or (at your option) any later
8
version. It is distributed in the hope that it will be useful, but WITHOUT
9
ANY WARRANTY WHATSOEVER.
10
11
Check the License for details. You should have received a copy of it, along
12
with the package; see the file 'COPYING'. If not, write to the Free Software
13
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */
14
15
const char* win32_basedir(void);
16
char* win32_datadir(void);
17
void win32_ansi_fputs(const char* s, void* f);
18
int win32_terminal_width(void);
19
int win32_terminal_height(void);
20
void win32_set_codepage(void);
21
void win32_set_pdf_viewer(void);
22
void win32_alarm(unsigned int s);
23
long win32_timer(void);
24
long win32_nbthreads(void);
25
26