Plan 9 from Bell Labs’s /usr/web/sources/contrib/lejatorn/btfs/misc.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#define STACK 16384

void error(char *s);
void *erealloc(void *v, ulong n);
void *emalloc(ulong n);
void *emallocz(ulong n, int clr);
void dbgprint(int printid, ...);
ulong hton(ulong *il);
int pickrand(int min, int max);
char * ipcharstostring(char *data);
void printbits(char n);
char * propername(Rune *name, uchar maxsize);
void createpath(char *path);
void bigE(int N, uchar *buf);
void freeall(int num, ...);

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.