Changeset 3116 in MondoRescue for branches/3.0/mondo/test/test-mr_stresc.c


Ignore:
Timestamp:
May 7, 2013, 5:42:54 AM (11 years ago)
Author:
Bruno Cornec
Message:

r5277@localhost: bruno | 2013-05-07 01:22:17 +0200

  • Fix a compiler issue with the new test-mrstresc and also most compiler warnings
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.0/mondo/test/test-mr_stresc.c

    r3111 r3116  
    66 */
    77#include <stdio.h>
     8#include <stdlib.h>
    89#include "mr_str.h"
    910
    10 const char **strl = {
     11void (*mr_cleanup)(void) = NULL;
     12
     13char **strl = {
    1114        "test with space",
    1215        "test with \ backslash",
     
    2326const int MAX = 10;
    2427
    25 void main() {
     28int main() {
    2629
    2730        char *p;
Note: See TracChangeset for help on using the changeset viewer.