From e664b3889320a2dbd02100395a649850695cb56b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 1 May 2021 18:42:52 +0100 Subject: better --- content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi b/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi index 88315d23..0b22bc03 100644 --- a/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi +++ b/content/gemtext/gemfeed/2016-11-20-methods-in-c.gmi @@ -8,7 +8,7 @@ You can do some sort of object oriented programming in the C Programming Languag ## Example -Lets take a look at the following sample program. Basically all you have to do is to add a function pointer such as "calculate" to the definition of struct "something_s". Later, during the struct initialization, assign a function address to that function pointer: +Lets have a look at the following sample program. Basically all you have to do is to add a function pointer such as "calculate" to the definition of struct "something_s". Later, during the struct initialization, assign a function address to that function pointer: ``` #include -- cgit v1.2.3