Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

remove_int(3alleg4) [suse man page]

remove_int(3alleg4)						  Allegro manual					       remove_int(3alleg4)

NAME
remove_int - Removes a timers. Allegro game programming library. SYNOPSIS
#include <allegro.h> void remove_int(void (*proc)()); DESCRIPTION
Removes a function from the list of user interrupt routines. At program termination, allegro_exit() does this automatically. SEE ALSO
install_int(3alleg4), install_int_ex(3alleg4), remove_param_int(3alleg4) Allegro version 4.4.2 remove_int(3alleg4)

Check Out this Related Man Page

install_int(3alleg4)						  Allegro manual					      install_int(3alleg4)

NAME
install_int - Installs a user timer handler. Allegro game programming library. SYNOPSIS
#include <allegro.h> int install_int(void (*proc)(), int speed); DESCRIPTION
Installs a user timer handler, with the speed given as the number of milliseconds between ticks. This is the same thing as install_int_ex(proc, MSEC_TO_TIMER(speed)). If you call this routine without having first installed the timer module, install_timer() will be called automatically. Calling again this routine with the same timer handler as parameter allows you to adjust its speed. RETURN VALUE
Returns zero on success, or a negative number if there is no room to add a new user timer. SEE ALSO
install_timer(3alleg4), remove_int(3alleg4), install_int_ex(3alleg4), install_param_int(3alleg4), exscn3d(3alleg4), exswitch(3alleg4), extimer(3alleg4), exzbuf(3alleg4) Allegro version 4.4.2 install_int(3alleg4)
Man Page

4 More Discussions You Might Find Interesting

1. AIX

Remove internal disk from Veritas Control

I installed new internal disks in my p570. They will be part of a new AIX vg. Unfortunately, we have Veritas Volume Manager running on this AIX 5.2 ml 10 box. Veritas has grabbed control of the disks. I want AIX LVM to control the disks. I cannot get these disks free of Veritas: <lspv... (2 Replies)
Discussion started by: BobSmith
2 Replies

2. Solaris

remove interface from dladm

Greetings how can i remove an interface from dladm? i want to remove ce3 and ce4 which are not even plumbed but still shown in dladm output :( dladm show-dev ce0 link: unknown speed: 1000 Mbps duplex: full ce1 link: unknown speed: 1000 Mbps duplex:... (3 Replies)
Discussion started by: kashif_islam
3 Replies

3. Shell Programming and Scripting

Remove interspersed headers in .dat file with AWK

Heya there, A small selection of my data is shown below. DATE TIME FRAC_DAYS_SINCE_JAN1 2011-06-25 08:03:20.000 175.33564815 2011-06-25 08:03:25.000 175.33570602 2011-06-25 ... (4 Replies)
Discussion started by: gd9629
4 Replies

4. Shell Programming and Scripting

Nslookup how to remove interactive prompt

I am running this command $ echo -en "set q=any\nwww.google.com\nexit\n" | nslookup | grep AAAA > > > www.google.com has AAAA address 2607:f8b0:400c:c01::93 Can someone help to remove displaying these "> " characters (3 Replies)
Discussion started by: stobo
3 Replies