Changeset ba4fde8 for commands.c
- Timestamp:
- Mar 29, 2009, 2:52:33 PM (16 years ago)
- Branches:
- owl
- Children:
- 2ace81e
- Parents:
- 395b32e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
commands.c
rfa00c5c rba4fde8 1019 1019 void owl_command_version() 1020 1020 { 1021 char buff[1024]; 1022 1023 sprintf(buff, "Owl version %s", OWL_VERSION_STRING); 1024 owl_function_makemsg(buff); 1021 owl_function_makemsg("Owl version %s", OWL_VERSION_STRING); 1025 1022 } 1026 1023
Note: See TracChangeset
for help on using the changeset viewer.