mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Adding uppdev....
git-svn-id: svn://ultimatepp.org/upp/trunk@328 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
0fab880126
commit
351994a6cc
2823 changed files with 619073 additions and 0 deletions
58
uppdev/str80/TEST.cpp
Normal file
58
uppdev/str80/TEST.cpp
Normal file
|
|
@ -0,0 +1,58 @@
|
|||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#define DATA16(b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,b10,b11,b12,b13,b14,b15) \
|
||||
b0,b1,b2,b3,b4,b5,b6,b7,b8,b9,b10,b11,b12,b13,b14,b15,
|
||||
|
||||
TOPIC("link")
|
||||
TITLE("Test")
|
||||
COMPRESSED
|
||||
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
|
||||
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
|
||||
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
|
||||
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
|
||||
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
|
||||
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
|
||||
0
|
||||
END_TOPIC
|
||||
|
||||
{
|
||||
static byte data[] = {0};
|
||||
{
|
||||
TopicImp& topic = group.GetAdd(id);
|
||||
|
||||
topic.title = test;
|
||||
|
||||
static byte data[] = {
|
||||
|
||||
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
|
||||
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
|
||||
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
|
||||
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
|
||||
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
|
||||
1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,
|
||||
0
|
||||
|
||||
|
||||
}
|
||||
topic.compressed = data;
|
||||
topic.length = __countof(x)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void main(int arc, char **argv)
|
||||
{
|
||||
printf("%d", strlen(test));
|
||||
}
|
||||
9
uppdev/str80/str80.upp
Normal file
9
uppdev/str80/str80.upp
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
uses
|
||||
Core,
|
||||
Web/ssl;
|
||||
|
||||
file
|
||||
TEST.cpp;
|
||||
|
||||
mainconfig
|
||||
"" = "";
|
||||
Loading…
Add table
Add a link
Reference in a new issue