This website requires JavaScript.
Explore
Help
Sign In
interesting
/
libui
Watch
1
Star
0
Fork
You've already forked libui
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2dd68fc47f
libui
/
sharedbits
/
array_header.h
7 lines
81 B
C
Raw
Normal View
History
Unescape
Escape
Okay, no more ints that need to be changed. Started splitting out the common allocation and array code into a separate sharedbits/ folder.
2019-05-30 21:46:22 -05:00
// 30 may 2019
// requires: alloc_header.h
Formalized the macro magic that actually works into sharedbits/{start,end}.h. Now to do arrays!
2019-05-30 22:23:02 -05:00
#
include
"start.h"
Moved the allocation functions to sharedbits/. Not fully working yet...
2019-05-30 22:11:08 -05:00
Formalized the macro magic that actually works into sharedbits/{start,end}.h. Now to do arrays!
2019-05-30 22:23:02 -05:00
#
include
"end.h"