Use of sizeof()
- Posted by ChrisB (moderator) Oct 27, 2009
- 1210 views
Hi
Is there any way of using sizeof() from Euphoria. I wish to find the size of a structure created by a lib, but I don't know which dll/so to open. (also I want to find the size of a bitmap or image in memory, but first step is to experiment with sizeof())
Also, if I was going to use other C functions, what reference material would I use to find out for myself which dll/so to open (eg malloc)
Chris