Kenwood HP 9000 manual Source for file1.c and file2.c

Models: HP 9000

1 333
Download 333 pages 57.85 Kb
Page 71
Image 71

Linker Tasks

Using Linker commands

foo_ptr = (void (*)()) dyn_load(base_prog, addr, obj_files, dest_file, entry_pt);

/*

STEP 3: Get the addresses of all desired routines using nlist(3C):

*/

nl[0].n_name = “bar”; nl[1].n_name = “counter”; nl[2].n_name = NULL;

if (nlist(dest_file, nl)) {

fprintf(stderr, “error obtaining namelist for %s\n”, dest_file);

exit(1);

}

/*

*Assign the addresses to meaningful variable names:

*/

bar_ptr = (void (*)()) nl[0].n_value; counter_ptr = (int *) nl[1].n_value;

/*

*Now you can call the routines and modify the variables:

*/

glorp(“main”); (*foo_ptr) ();

(*bar_ptr) (); (*counter_ptr) ++;

printf(“counter = %d\n”, *counter_ptr);

}

 

void

glorp(const char * from)

{

 

printf(“glorp called from %s\n”, from);

}

file1.o and file2.o . “Source for file1.c and file2.c” shows the source for file1.o and file2.o. Notice that foo and bar call glorp in dynprog.c. Also, both functions update the variable counter in file2.o; however, foo updates counter through the pointer (counter_ptr) defined in dynprog.c.

Source for file1.c and file2.c

/****************************************************************

*file1.c - Contains routines foo() and bar().

****************************************************************/

extern int

* counter_ptr;

/*

defined in

dynprog.c

*/

extern int

counter;

/*

defined

in

file2.c

*/

extern void glorp(const char * from); /*

defined

in

dynprog.c */

void foo()

{

Chapter 3

71

Page 71
Image 71
Kenwood HP 9000 manual Source for file1.c and file2.c

HP 9000 specifications

The Kenwood HP 9000 is a cutting-edge home appliance designed for culinary enthusiasts seeking to elevate their cooking experience. This powerful kitchen machine stands out for its multi-functionality, combining the roles of a food processor, blender, and mixer into one sleek unit.

One of the flagship features of the Kenwood HP 9000 is its robust motor, which delivers exceptional performance across various tasks. With a powerful motor that operates at multiple speeds, users can tackle everything from kneading dough to finely chopping vegetables with ease. The variable speed control allows for precision, ensuring that every ingredient is processed to perfection according to individual preferences.

The HP 9000 comes equipped with a variety of attachments that enhance its versatility. Among these are a stainless-steel mixing bowl, a dough hook, a whisk, and multiple cutting blades. This extensive array of accessories means that users can whip up delightful pastries, create homemade pasta, or prepare smoothies with minimal hassle. Each attachment is designed for easy attachment and removal, making the transition between tasks seamless and efficient.

Another key characteristic of the Kenwood HP 9000 is its advanced safety features. The design incorporates mechanisms that prevent the machine from operating unless all components are securely in place. This not only gives users peace of mind while cooking but also ensures longevity for the appliance, reducing the risk of wear and tear over time.

In terms of design, the HP 9000 is both modern and aesthetically pleasing. Its ergonomic shape and compact size make it easy to store and use in various kitchen settings, while the high-quality materials used in its construction guarantee durability and longevity. The user interface is intuitive, with clearly labeled buttons that facilitate operation, ensuring that even novice cooks can navigate the machine effortlessly.

Additionally, the Kenwood HP 9000 features innovative technologies, such as an integrated digital timer and a pulse function for added control during food preparation. These features enhance cooking precision, allowing users to achieve consistent results every time.

In summary, the Kenwood HP 9000 is an exceptional kitchen appliance that combines power, versatility, and safety. With its advanced features and user-friendly design, it is an ideal choice for anyone looking to simplify their cooking process while achieving professional-level results. Whether you're whipping up a quick meal or tackling an elaborate recipe, the HP 9000 is a reliable companion that will inspire culinary creativity.