[ create a new paste ] login | about

Link: http://codepad.org/hMXgJRjC    [ raw code | output | fork ]

C, pasted on Jun 11:
1
2
3
4
network={
ssid="MRL-SPL2"
key_mgmt=NONE
}


Output:
1
2
3
4
Line 1: warning: data definition has no type or storage class
Line 2: error: 'ssid' undeclared here (not in a function)
Line 3: error: expected '}' before 'key_mgmt'
Line 4: error: expected ',' or ';' at end of input


Create a new paste based on this one


Comments: