Package Details: donut.c 1.0-1

Git Clone URL: https://aur.archlinux.org/donut.c.git (read-only, click to copy)
Package Base: donut.c
Description: A donut-shaped .C code that outputs a 3D spinning donut
Upstream URL: https://www.a1k0n.net/
Licenses: None
Submitter: polix_minus
Maintainer: polix_minus
Last Packager: polix_minus
Votes: 0
Popularity: 0.000000
First Submitted: 2022-05-08 21:44 (UTC)
Last Updated: 2022-05-08 21:44 (UTC)

Dependencies (1)

Required by (0)

Sources (1)

Latest Comments

EinfxchFinn commented on 2023-11-13 18:26 (UTC)

Doesn't install:

==> Starting build()... donut.c:1:14: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] i,j,k,x,y,o,N; ^ int donut.c:1:16: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] i,j,k,x,y,o,N; ^ int donut.c:1:18: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] i,j,k,x,y,o,N; ^ int donut.c:1:20: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] i,j,k,x,y,o,N; ^ int donut.c:1:22: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] i,j,k,x,y,o,N; ^ int donut.c:1:24: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] i,j,k,x,y,o,N; ^ int donut.c:1:26: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] i,j,k,x,y,o,N; ^ int donut.c:2:10: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int [-Wimplicit-int] main(){float z[1760],a ^ int donut.c:6:18: error: call to undeclared library function 'memset' with type 'void (void , int, unsigned long)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] b[1760];for(;;){memset(b,32,1760);g=0, ^ donut.c:6:18: note: include the header <string.h> or explicitly provide a declaration for 'memset' donut.c:15:32: error: call to undeclared function 'putchar'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] .07,h,g);}for(k=0;1761>k;k++)putchar ^ donut.c:17:9: error: call to undeclared function 'usleep'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] c);usleep(15000);printf('\n'+( ^ donut.c:17:23: error: call to undeclared library function 'printf' with type 'int (const char *, ...)'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] c);usleep(15000);printf('\n'+( ^ donut.c:17:23: note: include the header <stdio.h> or explicitly provide a declaration for 'printf' 12 errors generated. ==> ERROR: A failure occurred in build(). Aborting...