Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=cfpm.git;a=commitdiff;h=e64c7ec8389ef1f9f625e51f31bd37f4300422f1

commit e64c7ec8389ef1f9f625e51f31bd37f4300422f1
Author: James Buren <r...@frugalware.org>
Date:   Wed Jun 3 17:38:35 2009 -0500

README
* update notes

diff --git a/README b/README
index 6eb5e41..a6e8bc4 100644
--- a/README
+++ b/README
@@ -1 +1,8 @@
-First commit.
+Notes:
+
+Objective-C types:
+
+BOOL is equal to a regular C 'char' type, with symbolic names 'YES' and 'NO' 
for true/false.
+STR is equal to a regular null-terminated C string, aka a pointer of 'char' 
type.
+IOD is equal to a regular FILE pointer.
+SEL is essentially the same as STR but its a unique string used as a selector.
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to