Project

General

Profile

Revision 266

stuff

View differences:

proj.c
236 236
                            #endif
237 237
                            #ifdef DIOGO
238 238
                            case COM1_IRQ:
239
                                printf("You've got mail.\n");
239
                                char *s = NULL;
240
                                hltp_get_string(1, s);
241
                                printf("You've got mail: %s\n", s);
240 242
                                break;
241 243
                            #endif
242 244
                            }

Also available in: Unified diff