File: generate_svn_error_codes.cpp

package info (click to toggle)
pysvn 1.9.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,212 kB
  • sloc: cpp: 20,327; python: 5,485; sh: 869; javascript: 57; makefile: 56; ansic: 52
file content (12 lines) | stat: -rw-r--r-- 216 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#include <stdlib.h>
#include <stdio.h>

#include "svn_error_codes.h"

int main( int argc, char **argv )
{
    printf( "\n" );
    printf( "class svn_err:\n" );
#include "generate_svn_error_codes.hpp"
    return 0;
}