![]() |
|
|
|||||||
| Home | Forums | Register | Rules & FAQ | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
Other UNIX.COM Threads You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to call the c library created by shc | alfredo | Shell Programming and Scripting | 0 | 03-31-2008 09:20 AM |
| how to differentiate system call from library call | muru | UNIX for Advanced & Expert Users | 2 | 07-19-2007 08:20 PM |
| Help I've created a dir called / | pondlife | UNIX for Dummies Questions & Answers | 4 | 05-01-2007 10:34 AM |
| tcsh user failed to call library in ksh program | nir_s | Shell Programming and Scripting | 1 | 04-04-2006 05:29 AM |
| Two Files Created For Every One? | Atama | UNIX for Dummies Questions & Answers | 1 | 04-12-2002 01:44 PM |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
How to call the c library created by shc
I have written a shell script called square, which prints the square of the input number, eg.
> square 4 16 There is a program called shc which compiles the shell scirpt and create a executable file and a c library file, namely square.x and square.x.c repectively. If I would like to include square.x.c in another c script, such that the c script can use this square function. Then, how can I call the function in the c script? Should I use square 4 or square(4) ? PS: Perhaps, square can be done by common c function, but actually this is an example, I just want to know how to call the shc-compiled function in c script. |
| Forum Sponsor | ||
|
|
|
|||
|
It's against the:
Simple rules of the UNIX.COM forums: to double posts questions, continu here: How to call the c library created by shc |
|||
| Google UNIX.COM |