Last change
on this file since 751 was
751,
checked in by orlov, 18 years ago
|
- Example demonstrating where spaces are allowed in the To-Int argument.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
297 bytes
|
Line | |
---|
1 | TOPDIR = ../.. |
---|
2 | |
---|
3 | include $(TOPDIR)/rules.mk |
---|
4 | |
---|
5 | SAMPLES = \ |
---|
6 | tochars \ |
---|
7 | tolower \ |
---|
8 | toupper \ |
---|
9 | bytes_to_chars \ |
---|
10 | bytes_to_chars_inval \ |
---|
11 | chars_to_bytes \ |
---|
12 | to_int \ |
---|
13 | to_int2 \ |
---|
14 | to_int_inval \ |
---|
15 | to_int.bug1 \ |
---|
16 | to_int.bug2 \ |
---|
17 | to_int.bug3 |
---|
18 | |
---|
19 | include $(TOPDIR)/samples/samples.mk |
---|
20 | |
---|
21 | -include $(DEPS) |
---|
Note: See
TracBrowser
for help on using the repository browser.