- This wiki is out of date, use the continuation of this wiki instead
Search results
From FenixWiki
You searched for Sizeof
There is no page titled "Sizeof". You can create this page.
For more information about searching FenixWiki, see Help.
Showing below 6 results starting with #1.
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).
No page title matches
Page text matches
- Alloc (2,030 bytes)
35: pword = alloc(elements*sizeof(word));
36: pint = alloc(elements*sizeof(int));
40: ...,0,elements); // same as memset(pword,0,elements*sizeof(word));
42: memset (pint ,0,elements*sizeof(int)); // There isn't a "memseti()", so we need t...
74: ...mple: [[alloc]](), [[memset]](), [[memsetw]](), [[sizeof]](), [[say]](), [[free]](), [[pointer]] - Memset (2,085 bytes)
34: pword = alloc(elements*sizeof(word));
35: pint = alloc(elements*sizeof(int));
39: ...,0,elements); // same as memset(pword,0,elements*sizeof(word));
41: memset (pint ,0,elements*sizeof(int)); // There isn't a "memseti()", so we need t... - Memsetw (2,094 bytes)
34: pword = alloc(elements*sizeof(word));
35: pint = alloc(elements*sizeof(int));
39: ...,0,elements); // same as memset(pword,0,elements*sizeof(word));
41: memset (pint ,0,elements*sizeof(int)); // There isn't a "memseti()", so we need t... - Free (1,933 bytes)
32: pword = alloc(elements*sizeof(word));
33: pint = alloc(elements*sizeof(int));
37: ...,0,elements); // same as memset(pword,0,elements*sizeof(word));
39: memset (pint ,0,elements*sizeof(int)); // There isn't a "memseti()", so we need t...
71: ...mple: [[alloc]](), [[memset]](), [[memsetw]](), [[sizeof]](), [[say]](), [[free]](), [[pointer]] - NET SendVar (1,654 bytes)
15: NET_SendVar( netid , &data , sizeof(data_element)*elements );
17: NET_SendVar( netid , &my_int , sizeof(int) );
19: NET_SendVar( netid , mystruct , sizeof(mystruct) ); - Tutorial:IRCchat (7,441 bytes)
163: param = param_original = alloc(100*sizeof(string));
299: ...]](), [[net_recv]](), [[alloc]](), [[split]](), [[sizeof]](), [[substr]](), [[say]](), [[free]](), [[delet...
View (previous 20) (next 20) (20 | 50 | 100 | 250 | 500).