]> jfr.im git - irc.git/blob - software/!RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2003/001831.html
RELEASE -> !RELEASE
[irc.git] / software / !RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2003 / 001831.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] local_set_cumodes
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20local_set_cumodes&In-Reply-To=200301011804.37810.ron885%40bloodheart.com">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="001828.html">
11 <LINK REL="Next" HREF="001832.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] local_set_cumodes</H1>
15 <B>Trevor Talbot</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20local_set_cumodes&In-Reply-To=200301011804.37810.ron885%40bloodheart.com"
17 TITLE="[IRCServices Coding] local_set_cumodes">quension at softhome.net
18 </A><BR>
19 <I>Wed Jan 1 17:45:56 PST 2003</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="001828.html">[IRCServices Coding] local_set_cumodes
22 </A></li>
23 <LI>Next message: <A HREF="001832.html">[IRCServices Coding] local_set_cumodes
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#1831">[ date ]</a>
27 <a href="thread.html#1831">[ thread ]</a>
28 <a href="subject.html#1831">[ subject ]</a>
29 <a href="author.html#1831">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>On Wednesday, Jan 1, 2003, at 17:04 US/Pacific, Ron wrote:
35
36 &gt;<i> was just curious as to something... in the function local_set_cumodes
37 </I>&gt;<i> you do:
38 </I>&gt;<i> char buf[3]
39 </I>&gt;<i>
40 </I>&gt;<i> so that it fits 4 chars: 0 1 2 3
41 </I>
42 Might want to brush up on your C ;)
43
44 Array declarations are size-based: char buf[3] holds 3 chars.
45 Only indexing is zero-based.
46
47 -- Quension
48
49
50 </PRE>
51
52 <!--endarticle-->
53 <HR>
54 <P><UL>
55 <!--threads-->
56 <LI>Previous message: <A HREF="001828.html">[IRCServices Coding] local_set_cumodes
57 </A></li>
58 <LI>Next message: <A HREF="001832.html">[IRCServices Coding] local_set_cumodes
59 </A></li>
60 <LI> <B>Messages sorted by:</B>
61 <a href="date.html#1831">[ date ]</a>
62 <a href="thread.html#1831">[ thread ]</a>
63 <a href="subject.html#1831">[ subject ]</a>
64 <a href="author.html#1831">[ author ]</a>
65 </LI>
66 </UL>
67
68 </body></html>