![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | 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. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| libraries | pil888 | UNIX for Dummies Questions & Answers | 0 | 08-29-2007 10:17 PM |
| v2 standard libraries | cactuar | HP-UX | 0 | 08-10-2007 11:59 AM |
| Libraries | netsavy | IP Networking | 1 | 08-21-2005 06:21 AM |
| Graphics libraries | robotronic | High Level Programming | 1 | 05-08-2002 02:02 AM |
| shared libraries | thalex | High Level Programming | 2 | 11-29-2001 06:32 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
C Libraries??
I can not locate package sys/mkdev.h on HP-UX or Linux. Is it a special package or something?
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
I just found out that sys/mkdev.h package exists for Solaris in supporting makedev function. Is there a Linux/Unix equavilent package?
Thanks. |
|
#3
|
||||
|
||||
|
Why is this in Shell Programming?
On HP-UX, there is a makedev macro in <sys/mknod.h>. Don't know about Linux. |
|
#4
|
|||
|
|||
|
Quote:
and it took me here. |
|
#5
|
||||
|
||||
|
Moved to C Programming.
|
|
#6
|
|||
|
|||
|
Thanks Driver!
May I ask another question... Code:
char *showallargs(int fd, struct prpsinfo *p) could you explain please? |
|
#7
|
|||
|
|||
|
sorry i have another question... what does it mean when a compilation error says " error: dereferencing pointer to incomplete type" for this line
Code:
int argc = p->pr_argc; Code:
struct prpsinfo *p; |
|||
| Google The UNIX and Linux Forums |