Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Иван Жук
assignment-2-dictionary
Commits
38b9f36e
Commit
38b9f36e
authored
4 months ago
by
XyL1GaN4eG
Browse files
Options
Download
Email Patches
Plain Diff
upd
parent
abccb7cc
master
No related merge requests found
Pipeline
#101572
failed with stages
in 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
colon.inc
colon.inc
+4
-0
lib.inc
lib.inc
+10
-4
No files found.
colon.inc
View file @
38b9f36e
%
ifndef
COLON_INC
%
define
COLON_INC
%
define
pointer
0
%
macro
colon
2
...
...
@@ -7,6 +9,8 @@
%
define
pointer
%
2
%
endmacro
%
endif
;
from
->
;
colon
"apple"
,
apple_entry
...
...
This diff is collapsed.
Click to expand it.
lib.inc
View file @
38b9f36e
%
ifndef
LIB_INC
%
define
LIB_INC
extern
exit
extern
string_length
extern
print_string
extern
print_
newline
extern
print_
error
extern
print_char
extern
print_in
t
extern
print_
newl
in
e
extern
print_uint
extern
print_
err
extern
print_
int
extern
string_equals
extern
read_char
extern
read_word
extern
read_string
extern
parse_uint
extern
parse_int
extern
string_copy
\ No newline at end of file
extern
string_copy
%
endif
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help