Gentoo Archives: gentoo-user

From: Francisco Rivas <taken2k4@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [OT] mkdir in a C program?
Date: Fri, 04 Apr 2008 15:36:37
Message-Id: 2fcf3fa50804040836h179095e8hc845c67c3cb0012@mail.gmail.com
In Reply to: Re: [gentoo-user] [OT] mkdir in a C program? by Denis
1 Good
2
3 Actually a think my question must be "Wich one did you use?" correct?, I
4 wrote wrong, didn't I?
5
6 Thanks in advance. :D
7
8 On Sat, Apr 5, 2008 at 11:01 AM, Denis <denis.che@×××××.com> wrote:
9
10 > Here's the simple program that demonstrates usage that's good enough for
11 > me:
12 >
13 > #include <sys/stat.h>
14 > #include <sys/types.h>
15 >
16 > int main ()
17 > {
18 >
19 > mkdir("./mydata", 0777);
20 >
21 > return 0;
22 >
23 > }
24 >
25 >
26 > On Fri, Apr 4, 2008 at 11:22 AM, Francisco Rivas <taken2k4@×××××.com>
27 > wrote:
28 > > :D Good. Wich one you used?
29 > >
30 > >
31 > >
32 > > On Sat, Apr 5, 2008 at 10:50 AM, Denis <denis.che@×××××.com> wrote:
33 > > >
34 > > > Thank you for all the quick replies! That answers my question :-)
35 > > >
36 > > >
37 > > >
38 > > > --
39 > > >
40 > > > gentoo-user@l.g.o mailing list
41 > > >
42 > > >
43 > >
44 > >
45 > >
46 > >
47 > > --
48 > > Francisco Rivas
49 > > http://www.vaslibre.org.ve
50 > > -
51 > > And on the seventh day God said :wq and then make
52 > > http://beck3r.wordpress.com/
53 > > Linux User (New) : #448324
54 > > Linux Machine (New) : 355187
55 > > ---
56 > > 4to Congreso Nacional de SL
57 > > http://www.cnsl.org.ve/tiki-index.php?page=carabobo
58 > --
59 > gentoo-user@l.g.o mailing list
60 >
61 >
62
63
64 --
65 Francisco Rivas
66 http://www.vaslibre.org.ve
67 -
68 And on the seventh day God said :wq and then make
69 http://beck3r.wordpress.com/
70 Linux User (New) : #448324
71 Linux Machine (New) : 355187
72 ---
73 4to Congreso Nacional de SL
74 http://www.cnsl.org.ve/tiki-index.php?page=carabobo

Replies

Subject Author
Re: [gentoo-user] [OT] mkdir in a C program? Denis <denis.che@×××××.com>